We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df1efbf commit 3cdf124Copy full SHA for 3cdf124
.github/workflows/integration-test.yml
@@ -89,9 +89,9 @@ jobs:
89
chmod +x zombienet-linux-x64
90
echo "ZOMBIENET_BINARY=$GITHUB_WORKSPACE/zombienet-linux-x64" >> $GITHUB_ENV
91
92
- - name: Run authorize and store (PAPI, smoldot)
93
- working-directory: examples
94
- run: just run-authorize-and-store "smoldot" "${{ matrix.runtime.package }}"
+ # - name: Run authorize and store (PAPI, smoldot)
+ # working-directory: examples
+ # run: just run-authorize-and-store "smoldot" "${{ matrix.runtime.package }}"
95
96
- name: Run authorize and store (PAPI, RPC node)
97
working-directory: examples
0 commit comments