We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a6af76 commit 5a66383Copy full SHA for 5a66383
.github/workflows/integration-test.yml
@@ -56,9 +56,9 @@ jobs:
56
chmod +x zombienet-linux-x64
57
echo "ZOMBIENET_BINARY=$GITHUB_WORKSPACE/zombienet-linux-x64" >> $GITHUB_ENV
58
59
- # - name: Run authorize and store (PAPI, smoldot)
60
- # working-directory: examples
61
- # run: just run-authorize-and-store-smoldot-docker
+ - name: Run authorize and store (PAPI, smoldot)
+ working-directory: examples
+ run: just run-authorize-and-store-smoldot-docker
62
63
- name: Run authorize and store (PAPI, RPC node)
64
working-directory: examples
0 commit comments