Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(workflows): use 4vcpu runner for weaver data sharing workflow #2369

Merged
merged 2 commits into from
Apr 5, 2023

Commits on Apr 4, 2023

  1. test(connector-fabric): fix v2-2-x/deploy-lock-asset.test.ts

    Telling the typescript compiler to skip the library code check so that
    auto-updating dependencies don't break the test fixture chain code
    compilation.
    
    The root cause and the fix are equivalent as they were for:
    https://github.com/hyperledger/cacti/issues/2322
    https://github.com/hyperledger/cacti/pull/2323
    Commit SHA: dfb7278
    
    Fixes hyperledger-cacti#2341
    
    Also sneaking in a .gitignore change with this: there is a VSCode
    extension that stores local editing history of files in a .history/
    sub-folder and that needs to be ignored in git otherwise it just keeps
    popping up in the git index which is annoying sometimes.
    
    Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
    petermetz committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    2c5148c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. refactor(workflows): rename weaver workflows jobs and use 4vcpu for d…

    …ata sharing
    
    Signed-off-by: Sandeep Nishad <sandeep.nishad1@ibm.com>
    sandeepnRES committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    73ead6d View commit details
    Browse the repository at this point in the history