We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f0cca commit 991bf50Copy full SHA for 991bf50
.github/workflows/zombienet_substrate.yml
@@ -57,8 +57,6 @@ jobs:
57
ZOMBIENET_INTEGRATION_TEST_IMAGE: "${{ needs.preflight.outputs.TEMP_IMAGES_BASE }}/polkadot-debug:${{ needs.preflight.outputs.DOCKER_IMAGES_VERSION }}"
58
DEBUG: ${{ needs.preflight.outputs.DEBUG }}
59
ZOMBIENET_PROVIDER: ${{ needs.preflight.outputs.ZOMBIENET_PROVIDER }}
60
- RUST_LOG: ${{ needs.preflight.outputs.RUST_LOG }}
61
- ZOMBIE_PROVIDER: ${{ needs.preflight.outputs.ZOMBIE_PROVIDER }}
62
63
strategy:
64
fail-fast: false
0 commit comments