fix(devops): path to blob report (#23444)
This commit is contained in:
parent
8bebdefd71
commit
6cbcf18c48
4
.github/workflows/tests_primary.yml
vendored
4
.github/workflows/tests_primary.yml
vendored
|
|
@ -69,7 +69,7 @@ jobs:
|
||||||
if: always() && github.event_name == 'pull_request'
|
if: always() && github.event_name == 'pull_request'
|
||||||
with:
|
with:
|
||||||
name: blob-report-${{ github.run_attempt }}
|
name: blob-report-${{ github.run_attempt }}
|
||||||
path: blob-report
|
path: test-results/blob-report
|
||||||
retention-days: 30
|
retention-days: 30
|
||||||
|
|
||||||
test_linux_chromium_tot:
|
test_linux_chromium_tot:
|
||||||
|
|
@ -150,7 +150,7 @@ jobs:
|
||||||
if: always() && github.event_name == 'pull_request'
|
if: always() && github.event_name == 'pull_request'
|
||||||
with:
|
with:
|
||||||
name: blob-report-${{ github.run_attempt }}
|
name: blob-report-${{ github.run_attempt }}
|
||||||
path: blob-report
|
path: test-results/blob-report
|
||||||
retention-days: 30
|
retention-days: 30
|
||||||
|
|
||||||
test_web_components:
|
test_web_components:
|
||||||
|
|
|
||||||
2
.github/workflows/tests_secondary.yml
vendored
2
.github/workflows/tests_secondary.yml
vendored
|
|
@ -216,7 +216,7 @@ jobs:
|
||||||
if: always() && github.event_name == 'pull_request'
|
if: always() && github.event_name == 'pull_request'
|
||||||
with:
|
with:
|
||||||
name: blob-report-${{ github.run_attempt }}
|
name: blob-report-${{ github.run_attempt }}
|
||||||
path: blob-report
|
path: test-results/blob-report
|
||||||
retention-days: 30
|
retention-days: 30
|
||||||
|
|
||||||
chrome_stable_linux:
|
chrome_stable_linux:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue