Skip to content

Commit

Permalink
fix(ci): wrong name used
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavovalverde committed Oct 17, 2023
1 parent 962e320 commit 4082340
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd-deploy-nodes-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
needs: build
steps:
- name: Test Zebra with default config file
uses: ./.github/workflows/test-zebra-config-files.yml
uses: ./.github/workflows/sub-test-zebra-config.yml
with:
test_id: 'default-conf-tests'
test_description: 'Test Zebra default Docker config file'
Expand All @@ -121,7 +121,7 @@ jobs:
steps:
# Make sure Zebra can sync the genesis block on testnet
- name: Test Zebra with Testnet config file
uses: ./.github/workflows/test-zebra-config-files.yml
uses: ./.github/workflows/sub-test-zebra-config.yml
with:
test_id: 'testnet-conf-tests'
test_description: 'Test Zebra testnet Docker config file'
Expand All @@ -137,7 +137,7 @@ jobs:
needs: build
steps:
- name: Test Zebra with $ZEBRA_CONF_PATH config file
uses: ./.github/workflows/test-zebra-config-files.yml
uses: ./.github/workflows/sub-test-zebra-config.yml
with:
test_id: 'variable-conf-tests'
test_description: 'Test Zebra custom Docker config file'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-unit-tests-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
needs: build
steps:
- name: Test Zebra with default config file
uses: ./.github/workflows/test-zebra-config-files.yml
uses: ./.github/workflows/sub-test-zebra-config.yml
with:
test_id: 'default-conf-tests'
test_description: 'Test Zebra default Docker config file'
Expand All @@ -232,7 +232,7 @@ jobs:
steps:
# Make sure Zebra can sync the genesis block on testnet
- name: Test Zebra with Testnet config file
uses: ./.github/workflows/test-zebra-config-files.yml
uses: ./.github/workflows/sub-test-zebra-config.yml
with:
test_id: 'testnet-conf-tests'
test_description: 'Test Zebra testnet Docker config file'
Expand All @@ -248,7 +248,7 @@ jobs:
needs: build
steps:
- name: Test Zebra with $ZEBRA_CONF_PATH config file
uses: ./.github/workflows/test-zebra-config-files.yml
uses: ./.github/workflows/sub-test-zebra-config.yml
with:
test_id: 'variable-conf-tests'
test_description: 'Test Zebra custom Docker config file'
Expand Down

0 comments on commit 4082340

Please sign in to comment.