Skip to content

Commit

Permalink
fix: add zombienet executable
Browse files Browse the repository at this point in the history
  • Loading branch information
mikirov committed Jul 31, 2023
1 parent 6addccf commit 2cef862
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:
check-polkadot:
runs-on: ubuntu-latest
steps:
# - name: Checkout
# uses: actions/checkout@v2

- uses: oprypin/find-latest-tag@v1
with:
repository: paritytech/polkadot # The repository to scan.
Expand Down Expand Up @@ -252,6 +249,7 @@ jobs:
echo "$GITHUB_WORKSPACE" >> $GITHUB_PATH
chmod +x polkadot
chmod +x polkadot-parachain
chmod +x zombienet
- name: Setup Rust
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -283,10 +281,3 @@ jobs:

- name: Run Julia script
run: julia scripts/runTests.jl
# - name: Spawn zombienet and run test after 60 seconds wait for spawn to complete
# run: |
# node zombienet/javascript/packages/cli/dist/cli.js --provider native spawn tests/0003-parachains-pvf-memory-allocation-bad.toml &
# sleep 60
# node zombienet/javascript/packages/cli/dist/cli.js --provider native test tests/0003-parachains-pvf-memory-allocation-bad.zndsl


0 comments on commit 2cef862

Please sign in to comment.