Skip to content

Commit

Permalink
Merge pull request #142 from matrix-org/kegan/ci-logs
Browse files Browse the repository at this point in the history
Capture logs/dumps from sub packages
  • Loading branch information
kegsay authored Sep 27, 2024
2 parents e1e824b + a3c396f commit 047921a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/single_sdk_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,6 @@ jobs:
with:
name: Logs - ${{ inputs.use_js_sdk != '' && 'jssdk' || 'rust'}}
path: |
./complement-crypto/tests/logs/*
./complement-crypto/tests/mitm.dump
./complement-crypto/**/logs/*
./complement-crypto/**/mitm.dump
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,5 @@ jobs:
with:
name: Logs - ${{ job.status }}
path: |
./tests/logs/*
./complement-crypto/tests/mitm.dump
./**/logs/*
./**/mitm.dump

0 comments on commit 047921a

Please sign in to comment.