mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
Fixed uploading Playwright reports
- this was previously broken because the paths were incorrect
This commit is contained in:
parent
0372bf8e50
commit
62eb8604fa
4
.github/workflows/browser-tests.yml
vendored
4
.github/workflows/browser-tests.yml
vendored
@ -108,6 +108,6 @@ jobs:
|
||||
- uses: actions/upload-artifact@v3
|
||||
if: always()
|
||||
with:
|
||||
name: playwright-report
|
||||
path: playwright-report/
|
||||
name: browser-tests-playwright-report
|
||||
path: ghost/core/playwright-report
|
||||
retention-days: 30
|
||||
|
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -521,8 +521,8 @@ jobs:
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: playwright-report
|
||||
path: playwright-report
|
||||
name: admin-x-settings-playwright-report
|
||||
path: apps/admin-x-settings/playwright-report
|
||||
retention-days: 30
|
||||
|
||||
- uses: tryghost/actions/actions/slack-build@main
|
||||
@ -574,8 +574,8 @@ jobs:
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: playwright-report
|
||||
path: playwright-report
|
||||
name: comments-ui-playwright-report
|
||||
path: apps/comments-ui/playwright-report
|
||||
retention-days: 30
|
||||
|
||||
- uses: tryghost/actions/actions/slack-build@main
|
||||
@ -627,8 +627,8 @@ jobs:
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: playwright-report
|
||||
path: playwright-report
|
||||
name: signup-form-playwright-report
|
||||
path: apps/signup-form/playwright-report
|
||||
retention-days: 30
|
||||
|
||||
- uses: tryghost/actions/actions/slack-build@main
|
||||
|
Loading…
Reference in New Issue
Block a user