tests: append shard-nr to logs and configs filename
This commit is contained in:
parent
9ab231a977
commit
a22ca06f37
4
.github/workflows/automated-tests.yml
vendored
4
.github/workflows/automated-tests.yml
vendored
@ -329,12 +329,12 @@ jobs:
|
||||
- if: failure()
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: bbb-configs
|
||||
name: bbb-configs-${{ matrix.shard }}
|
||||
path: configs
|
||||
- if: failure()
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: bbb-logs
|
||||
name: bbb-logs-${{ matrix.shard }}
|
||||
path: ./bbb-logs.tar.gz
|
||||
upload-report:
|
||||
if: always()
|
||||
|
Loading…
Reference in New Issue
Block a user