Skip to content

Commit

Permalink
Update smoke.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo authored Apr 16, 2024
1 parent db91e74 commit 920e280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
wget https://github.com/paritytech/zombienet/releases/download/v1.3.100/zombienet-linux-x64
chmod +x zombienet-linux-x64
yes 2>/dev/null | ./zombienet-linux-x64 setup polkadot || true
export PATH={{ GITHUB_WORKSPACE }}:$PATH
export PATH=$GITHUB_WORKSPACE:$PATH
- name: Pull Docker Image
run: docker pull szegoo/regionx-node:latest
Expand Down

0 comments on commit 920e280

Please sign in to comment.