We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c25cf4 commit b0942b6Copy full SHA for b0942b6
.github/workflows/integration-test.yml
@@ -129,7 +129,9 @@ jobs:
129
key: zombienet-${{ env.ZOMBIENET_VERSION }}-binaries
130
- name: Add binaries to PATH
131
run: |
132
+ chmod +x "${POLKADOT_SDK_BIN_DIR}"/*
133
ls -lrt "${POLKADOT_SDK_BIN_DIR}"
134
+ chmod +x "${ZOMBIENET_BIN_DIR}"/*
135
ls -lrt "${ZOMBIENET_BIN_DIR}"
136
echo "${POLKADOT_SDK_BIN_DIR}" >> "$GITHUB_PATH"
137
echo "SKIP_PARACHAIN_SETUP=1" >> "$GITHUB_ENV"
0 commit comments