Skip to content

Commit

Permalink
Remove timeout keys that are not allowed by the syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Oct 18, 2023
1 parent 8a5e4c7 commit 3e99e30
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cd-deploy-nodes-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ jobs:
# Test that Zebra works using the default config with the latest Zebra version.
test-configuration-file:
name: Test CD default Docker config file
timeout-minutes: 60
needs: build
uses: ./.github/workflows/sub-test-zebra-config.yml
with:
Expand All @@ -131,7 +130,6 @@ jobs:
# Test reconfiguring the docker image for testnet.
test-configuration-file-testnet:
name: Test CD testnet Docker config file
timeout-minutes: 60
needs: build
# Make sure Zebra can sync the genesis block on testnet
uses: ./.github/workflows/sub-test-zebra-config.yml
Expand All @@ -145,7 +143,6 @@ jobs:
# Test that Zebra works using $ZEBRA_CONF_PATH config
test-zebra-conf-path:
name: Test CD custom Docker config file
timeout-minutes: 60
needs: build
uses: ./.github/workflows/sub-test-zebra-config.yml
with:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci-unit-tests-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ jobs:
# Test that Zebra works using the default config with the latest Zebra version.
test-configuration-file:
name: Test CI default Docker config file
timeout-minutes: 60
needs: build
uses: ./.github/workflows/sub-test-zebra-config.yml
with:
Expand All @@ -227,7 +226,6 @@ jobs:
# Test reconfiguring the the docker image for tesnet.
test-configuration-file-testnet:
name: Test CI testnet Docker config file
timeout-minutes: 60
needs: build
# Make sure Zebra can sync the genesis block on testnet
uses: ./.github/workflows/sub-test-zebra-config.yml
Expand All @@ -242,7 +240,6 @@ jobs:
# Test that Zebra works using $ZEBRA_CONF_PATH config
test-zebra-conf-path:
name: Test CI custom Docker config file
timeout-minutes: 60
needs: build
uses: ./.github/workflows/sub-test-zebra-config.yml
with:
Expand Down

0 comments on commit 3e99e30

Please sign in to comment.