Skip to content

Commit

Permalink
fix: zombie run command
Browse files Browse the repository at this point in the history
  • Loading branch information
mikirov committed Jul 27, 2023
1 parent 9a4fda2 commit 843c716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cumulus-stack-overflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ jobs:
cd zombienet/javascript
npm install
npm run build
npm run zombie --provider native spawn ../../tests/0003-parachains-pvf-memory-allocation-bad.toml
npm run zombie --provider native test ../../tests/0003-parachains-pvf-memory-allocation-bad.zndsl
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

0 comments on commit 843c716

Please sign in to comment.