devops: fix uploading test runner reports on windows (#13232)
Fixes #12443
This commit is contained in:
parent
9fc95dda84
commit
a02384d2dd
1
.github/workflows/tests_primary.yml
vendored
1
.github/workflows/tests_primary.yml
vendored
|
|
@ -80,6 +80,7 @@ jobs:
|
||||||
if: matrix.os == 'ubuntu-latest'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
|
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
|
||||||
if: always()
|
if: always()
|
||||||
|
shell: bash
|
||||||
|
|
||||||
test_test_runner_esm:
|
test_test_runner_esm:
|
||||||
name: Test Runner ESM
|
name: Test Runner ESM
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue