Skip to content

Commit 3cdf124

Browse files
committed
commented out Smoldot examples, left only RPC node
1 parent df1efbf commit 3cdf124

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ jobs:
8989
chmod +x zombienet-linux-x64
9090
echo "ZOMBIENET_BINARY=$GITHUB_WORKSPACE/zombienet-linux-x64" >> $GITHUB_ENV
9191
92-
- name: Run authorize and store (PAPI, smoldot)
93-
working-directory: examples
94-
run: just run-authorize-and-store "smoldot" "${{ matrix.runtime.package }}"
92+
# - name: Run authorize and store (PAPI, smoldot)
93+
# working-directory: examples
94+
# run: just run-authorize-and-store "smoldot" "${{ matrix.runtime.package }}"
9595

9696
- name: Run authorize and store (PAPI, RPC node)
9797
working-directory: examples

0 commit comments

Comments
 (0)