Skip to content

Commit

Permalink
Run Namada tests only when all other tests are finished
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoss17 committed Apr 30, 2024
1 parent f6e337b commit b9e40ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,9 @@ jobs:
args: -p ibc-integration-test --features mbt --no-fail-fast --no-run

namada:
needs: [integration-test, celestia-to-gaia, interchain-security-icq, interchain-security-no-ica, ordered-channel-test, model-based-test]
runs-on: ubuntu-20.04
if: always()
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit b9e40ba

Please sign in to comment.