We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf10520 commit dd19e8fCopy full SHA for dd19e8f
.github/workflows/integration-test.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Download zombienet
54
run: |
55
- wget -q "https://github.com/paritytech/zombienet/releases/download/v1.3.133/zombienet-linux-x64"
+ wget "https://github.com/paritytech/zombienet/releases/download/v1.3.133/zombienet-linux-x64" || exit 1
56
chmod +x zombienet-linux-x64
57
echo "ZOMBIENET_BINARY=$GITHUB_WORKSPACE/zombienet-linux-x64" >> $GITHUB_ENV
58
0 commit comments