File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -74,21 +74,21 @@ jobs:
7474 - name : Run authorize and store (PAPI, RPC node)
7575 working-directory : examples
7676 run : |
77- export TEST_DIR="$(mktemp -d /tmp /bulletin-tests-run-XXXXX)/test"
77+ export TEST_DIR="$(mktemp -d $GITHUB_WORKSPACE /bulletin-tests-run-XXXXX)/test"
7878 echo "TEST_DIR=$TEST_DIR" >> $GITHUB_ENV
7979 just run-authorize-and-store "ws"
8080
8181 - name : Run authorize and store (PAPI, smoldot)
8282 working-directory : examples
8383 run : |
84- export TEST_DIR="$(mktemp -d /tmp /bulletin-tests-run-XXXXX)/test"
84+ export TEST_DIR="$(mktemp -d $GITHUB_WORKSPACE /bulletin-tests-run-XXXXX)/test"
8585 echo "TEST_DIR=$TEST_DIR" >> $GITHUB_ENV
8686 just run-authorize-and-store "smoldot"
8787
8888 - name : Run store chunked data + DAG-PB (PJS-API, RPC node)
8989 working-directory : examples
9090 run : |
91- export TEST_DIR="$(mktemp -d /tmp /bulletin-tests-run-XXXXX)/test"
91+ export TEST_DIR="$(mktemp -d $GITHUB_WORKSPACE /bulletin-tests-run-XXXXX)/test"
9292 echo "TEST_DIR=$TEST_DIR" >> $GITHUB_ENV
9393 just run-store-chunked-data
9494
Original file line number Diff line number Diff line change @@ -190,9 +190,7 @@ setup-services:
190190 sleep 10
191191 echo " Zombienet process check:"
192192 ps aux | grep zombienet | grep -v grep || echo " ⚠ No zombienet process found"
193- echo " Checking zombienet log:"
194- tail -20 / tmp/ zombienet.log || echo " ⚠ Could not read zombienet log"
195-
193+
196194 just ipfs-connect
197195 just ipfs-reconnect-start
198196 just papi-generate
You can’t perform that action at this time.
0 commit comments