Skip to content

Commit 54a69de

Browse files
committed
Merge branch 'main' into fix_westend
# Conflicts: # .github/workflows/integration-test.yml # examples/justfile
2 parents 4f8ba15 + 5fec423 commit 54a69de

File tree

21 files changed

+1307
-870
lines changed

21 files changed

+1307
-870
lines changed

.github/workflows/integration-test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,12 @@ jobs:
8282
- name: Run store chunked data + DAG-PB (PJS-API, RPC node, Polkadot solochain)
8383
working-directory: examples
8484
run: just run-store-chunked-data "bulletin-polkadot-runtime"
85+
86+
# Collects logs from the last failed zombienet run.
87+
- name: Upload Zombienet logs (on failure)
88+
if: failure()
89+
uses: actions/upload-artifact@v4
90+
with:
91+
name: failed-zombienet-logs
92+
path: |
93+
/tmp/bulletin-tests-run/*.log

0 commit comments

Comments
 (0)