fix(devops): path to blob report (#23444)

This commit is contained in:
Yury Semikhatsky 2023-06-01 10:17:34 -07:00 committed by GitHub
parent 8bebdefd71
commit 6cbcf18c48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -69,7 +69,7 @@ jobs:
if: always() && github.event_name == 'pull_request'
with:
name: blob-report-${{ github.run_attempt }}
path: blob-report
path: test-results/blob-report
retention-days: 30
test_linux_chromium_tot:
@ -150,7 +150,7 @@ jobs:
if: always() && github.event_name == 'pull_request'
with:
name: blob-report-${{ github.run_attempt }}
path: blob-report
path: test-results/blob-report
retention-days: 30
test_web_components:

View File

@ -216,7 +216,7 @@ jobs:
if: always() && github.event_name == 'pull_request'
with:
name: blob-report-${{ github.run_attempt }}
path: blob-report
path: test-results/blob-report
retention-days: 30
chrome_stable_linux: