chore(create-playwright): upload alwas test-results/ to GHA

Fixes #9014
This commit is contained in:
Max Schmitt 2021-09-22 16:41:44 +02:00
parent 5b93df0bab
commit c66d72bddb

View File

@ -20,7 +20,7 @@ jobs:
- name: Run Playwright tests
run: {{runTestsCommand}}
- uses: actions/upload-artifact@v2
if: failure()
if: always()
with:
name: playwright-test-results
path: test-results/