mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-06 03:16:17 +03:00
chore(create-playwright): upload alwas test-results/ to GHA
Fixes #9014
This commit is contained in:
parent
5b93df0bab
commit
c66d72bddb
@ -20,7 +20,7 @@ jobs:
|
|||||||
- name: Run Playwright tests
|
- name: Run Playwright tests
|
||||||
run: {{runTestsCommand}}
|
run: {{runTestsCommand}}
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
if: failure()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: playwright-test-results
|
name: playwright-test-results
|
||||||
path: test-results/
|
path: test-results/
|
||||||
|
Loading…
Reference in New Issue
Block a user