We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 913d51a commit 9916426Copy full SHA for 9916426
.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