Skip to content

Commit

Permalink
added "zombienet-smoke" test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Jun 4, 2024
1 parent 8362646 commit 53cebda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ jobs:
RUSTFLAGS: "-C debug-assertions -D warnings"
SKIP_WASM_BUILD: 1

# Job required by "confirmTestPassed"
zombienet-smoke:
needs: [build-chain-spec-generator]
runs-on: ubuntu-latest
Expand Down Expand Up @@ -260,5 +261,6 @@ jobs:
- runtime-test
- integration-test
- build-chain-spec-generator
- zombienet-smoke
steps:
- run: echo '### Good job! All the tests passed 🚀' >> $GITHUB_STEP_SUMMARY

0 comments on commit 53cebda

Please sign in to comment.