Skip to content

Commit

Permalink
fix: run zombienet
Browse files Browse the repository at this point in the history
  • Loading branch information
mikirov committed Jul 27, 2023
1 parent 843c716 commit 2aa61fe
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/cumulus-stack-overflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,13 @@ jobs:
with:
node-version: 'latest'

- name: Run zombienet
- name: Build and install zombienet
run: |
cd zombienet/javascript
npm install
npm run build
node ./packages/cli/dist/cli.js --provider native spawn ../../tests/0003-parachains-pvf-memory-allocation-bad.toml
node ./packages/cli/dist/cli.js --provider native test ../../tests/0003-parachains-pvf-memory-allocation-bad.zndsl
- name: Run zombienet
run: |
node zombienet/javascript/packages/cli/dist/cli.js --provider native spawn tests/0003-parachains-pvf-memory-allocation-bad.toml
node zombienet/javascript/packages/cli/dist/cli.js --provider native test tests/0003-parachains-pvf-memory-allocation-bad.zndsl

0 comments on commit 2aa61fe

Please sign in to comment.