chore: no empty dash suffix in blob report (#23285)
This commit is contained in:
parent
c5c0b9a78b
commit
1e64fa4f7c
2
.github/workflows/tests_secondary.yml
vendored
2
.github/workflows/tests_secondary.yml
vendored
|
|
@ -204,7 +204,7 @@ jobs:
|
|||
PWTEST_TRACE: 1
|
||||
PWTEST_CHANNEL: ${{ matrix.channel }}
|
||||
PWTEST_BLOB_REPORT: 1
|
||||
PWTEST_BLOB_SUFFIX: "-${{ matrix.channel }}"
|
||||
PWTEST_BLOB_SUFFIX: ${{ (matrix.channel && format('-{0}', matrix.channel)) || '' }}
|
||||
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
|
||||
if: always()
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Reference in a new issue