Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennifer Bell committed Jul 31, 2024
1 parent d87b057 commit 96dad1a
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ jobs:
needs:
- build-dev
- compute_changed_packages
if: env.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.cmd-api-server-changed == 'true'
if: vars.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.cmd-api-server-changed == 'true'
env:
DEV_BUILD_DISABLED: false
FULL_BUILD_DISABLED: true
Expand Down Expand Up @@ -1218,7 +1218,7 @@ jobs:
needs:
- build-dev
- compute_changed_packages
if: env.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-aries-changed == 'true'
if: vars.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-aries-changed == 'true'
env:
FULL_BUILD_DISABLED: true
JEST_TEST_PATTERN: packages/cactus-plugin-ledger-connector-aries/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts
Expand Down Expand Up @@ -1254,7 +1254,7 @@ jobs:
needs:
- build-dev
- compute_changed_packages
if: env.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-besu-changed == 'true'
if: vars.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-besu-changed == 'true'
env:
FULL_BUILD_DISABLED: true
JEST_TEST_PATTERN: packages/cactus-plugin-ledger-connector-besu/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts
Expand Down Expand Up @@ -1331,7 +1331,7 @@ jobs:
needs:
- build-dev
- compute_changed_packages
if: env.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-polkadot-changed == 'true'
if: vars.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-polkadot-changed == 'true'
runs-on: ubuntu-22.04
steps:
- name: Use Node.js ${{ env.NODEJS_VERSION }}
Expand Down Expand Up @@ -1360,7 +1360,7 @@ jobs:
needs:
- build-dev
- compute_changed_packages
if: env.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-corda-changed == 'true'
if: vars.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-corda-changed == 'true'
env:
FREE_UP_GITHUB_RUNNER_DISK_SPACE_DISABLED: false
FULL_BUILD_DISABLED: true
Expand Down Expand Up @@ -1401,7 +1401,7 @@ jobs:
needs:
- build-dev
- compute_changed_packages
if: env.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-stellar-changed == 'true'
if: vars.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-stellar-changed == 'true'
env:
FULL_BUILD_DISABLED: true
JEST_TEST_PATTERN: packages/cacti-plugin-ledger-connector-stellar/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts
Expand Down Expand Up @@ -1438,7 +1438,7 @@ jobs:
needs:
- build-dev
- compute_changed_packages
if: env.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true'
if: vars.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true'
continue-on-error: false
env:
CACTI_NPM_PACKAGE_NAME: "@hyperledger/cactus-plugin-ledger-connector-fabric"
Expand Down Expand Up @@ -1479,7 +1479,7 @@ jobs:
needs:
- build-dev
- compute_changed_packages
if: env.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true'
if: vars.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true'
continue-on-error: false
env:
CACTI_NPM_PACKAGE_NAME: "@hyperledger/cactus-plugin-ledger-connector-fabric"
Expand Down Expand Up @@ -1513,7 +1513,7 @@ jobs:
needs:
- build-dev
- compute_changed_packages
if: env.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true'
if: vars.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true'
env:
CACTI_NPM_PACKAGE_NAME: "@hyperledger/cactus-plugin-ledger-connector-fabric"
HFC_LOGGING: '{"debug":"console","info":"console","warn": "console","error":"console"}'
Expand Down Expand Up @@ -1545,7 +1545,7 @@ jobs:
needs:
- build-dev
- compute_changed_packages
if: env.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true'
if: vars.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true'
continue-on-error: false
env:
CACTI_NPM_PACKAGE_NAME: "@hyperledger/cactus-plugin-ledger-connector-fabric"
Expand Down Expand Up @@ -1579,7 +1579,7 @@ jobs:
needs:
- build-dev
- compute_changed_packages
if: env.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true'
if: vars.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true'
env:
CACTI_NPM_PACKAGE_NAME: "@hyperledger/cactus-plugin-ledger-connector-fabric"
HFC_LOGGING: '{"debug":"console","info":"console","warn": "console","error":"console"}'
Expand Down Expand Up @@ -1612,7 +1612,7 @@ jobs:
needs:
- build-dev
- compute_changed_packages
if: env.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true'
if: vars.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true'
env:
CACTI_NPM_PACKAGE_NAME: "@hyperledger/cactus-plugin-ledger-connector-fabric"
HFC_LOGGING: '{"debug":"console","info":"console","warn": "console","error":"console"}'
Expand Down Expand Up @@ -1645,7 +1645,7 @@ jobs:
needs:
- build-dev
- compute_changed_packages
if: env.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true'
if: vars.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true'
env:
CACTI_NPM_PACKAGE_NAME: "@hyperledger/cactus-plugin-ledger-connector-fabric"
HFC_LOGGING: '{"debug":"console","info":"console","warn": "console","error":"console"}'
Expand Down Expand Up @@ -1678,7 +1678,7 @@ jobs:
needs:
- build-dev
- compute_changed_packages
if: env.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true'
if: vars.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true'
env:
CACTI_NPM_PACKAGE_NAME: "@hyperledger/cactus-plugin-ledger-connector-fabric"
HFC_LOGGING: '{"debug":"console","info":"console","warn": "console","error":"console"}'
Expand Down Expand Up @@ -1711,7 +1711,7 @@ jobs:
needs:
- build-dev
- compute_changed_packages
if: env.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true'
if: vars.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true'
env:
CACTI_NPM_PACKAGE_NAME: "@hyperledger/cactus-plugin-ledger-connector-fabric"
HFC_LOGGING: '{"debug":"console","info":"console","warn": "console","error":"console"}'
Expand Down Expand Up @@ -1744,7 +1744,7 @@ jobs:
needs:
- build-dev
- compute_changed_packages
if: env.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true'
if: vars.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true'
env:
CACTI_NPM_PACKAGE_NAME: "@hyperledger/cactus-plugin-ledger-connector-fabric"
HFC_LOGGING: '{"debug":"console","info":"console","warn": "console","error":"console"}'
Expand Down Expand Up @@ -1776,7 +1776,7 @@ jobs:
needs:
- build-dev
- compute_changed_packages
if: env.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true'
if: vars.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true'
continue-on-error: false
env:
CACTI_NPM_PACKAGE_NAME: "@hyperledger/cactus-plugin-ledger-connector-fabric"
Expand Down Expand Up @@ -1810,7 +1810,7 @@ jobs:
needs:
- build-dev
- compute_changed_packages
if: env.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true'
if: vars.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true'
env:
CACTI_NPM_PACKAGE_NAME: "@hyperledger/cactus-plugin-ledger-connector-fabric"
HFC_LOGGING: '{"debug":"console","info":"console","warn": "console","error":"console"}'
Expand Down Expand Up @@ -1843,7 +1843,7 @@ jobs:
needs:
- build-dev
- compute_changed_packages
if: env.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true'
if: vars.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true'
env:
CACTI_NPM_PACKAGE_NAME: "@hyperledger/cactus-plugin-ledger-connector-fabric"
HFC_LOGGING: '{"debug":"console","info":"console","warn": "console","error":"console"}'
Expand Down Expand Up @@ -1910,7 +1910,7 @@ jobs:
needs:
- build-dev
- compute_changed_packages
if: env.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-iroha2-changed == 'true'
if: vars.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-iroha2-changed == 'true'
env:
FULL_BUILD_DISABLED: true
JEST_TEST_PATTERN: packages/cactus-plugin-ledger-connector-iroha2/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts
Expand Down Expand Up @@ -1946,7 +1946,7 @@ jobs:
needs:
- build-dev
- compute_changed_packages
if: env.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-ethereum-changed == 'true'
if: vars.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-ethereum-changed == 'true'
env:
FULL_BUILD_DISABLED: true
JEST_TEST_PATTERN: packages/cactus-plugin-ledger-connector-ethereum/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts
Expand Down Expand Up @@ -2242,7 +2242,7 @@ jobs:
needs:
- build-dev
- compute_changed_packages
if: env.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.cmd-api-server-changed == 'true'
if: vars.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.cmd-api-server-changed == 'true'
env:
FULL_BUILD_DISABLED: true
JEST_TEST_PATTERN: packages/cactus-test-cmd-api-server/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts
Expand Down Expand Up @@ -2423,7 +2423,7 @@ jobs:
needs:
- build-dev
- compute_changed_packages
if: env.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true'
if: vars.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-fabric-changed == 'true'
env:
FULL_BUILD_DISABLED: true
JEST_TEST_PATTERN: packages/cactus-test-plugin-ledger-connector-besu/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts
Expand Down Expand Up @@ -2493,7 +2493,7 @@ jobs:
needs:
- build-dev
- compute_changed_packages
if: env.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.test-tooling-changed == 'true'
if: vars.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.test-tooling-changed == 'true'
env:
FULL_BUILD_DISABLED: true
JEST_TEST_PATTERN: packages/cactus-test-tooling/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts
Expand Down Expand Up @@ -2569,7 +2569,7 @@ jobs:
runs-on: ubuntu-22.04
needs:
- compute_changed_packages
if: env.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-corda-changed == 'true'
if: vars.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.plugin-ledger-connector-corda-changed == 'true'

steps:
- uses: actions/checkout@v4.1.1
Expand All @@ -2596,7 +2596,7 @@ jobs:
runs-on: ubuntu-22.04
needs:
- compute_changed_packages
if: env.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.ghcr-dev-container-vscode-changed == 'true'
if: vars.RUN_ALL_TESTS || needs.compute_changed_packages.outputs.ghcr-dev-container-vscode-changed == 'true'
env:
IMAGE_NAME: cacti-dev-container-vscode
steps:
Expand Down

0 comments on commit 96dad1a

Please sign in to comment.