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 a new issue