Skip to content

Commit

Permalink
Merge pull request #1389 from JulianKniephoff/unconditionally-upload-…
Browse files Browse the repository at this point in the history
…playwright-results

Unconditionally upload Playwright test results
  • Loading branch information
Arnei authored Jul 3, 2024
2 parents b789669 + 509815e commit bc30235
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/playwright-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
run: npx playwright test --config=playwright.config.ts

- name: Upload tests results
if: success() || failure()
uses: actions/upload-artifact@v4
with:
name: test-results
Expand Down

0 comments on commit bc30235

Please sign in to comment.