We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eafe553 commit 39f13faCopy full SHA for 39f13fa
.github/workflows/integration-test.yml
@@ -60,3 +60,7 @@ jobs:
60
- name: Run authorize and store (PAPI, smoldot)
61
working-directory: examples
62
run: just run-authorize-and-store-smoldot-docker
63
+
64
+ - name: Run authorize and store (PAPI, RPC node)
65
+ working-directory: examples
66
+ run: just run-authorize-and-store
0 commit comments