Skip to content

Commit bc30235

Browse files
authored
Merge pull request opencast#1389 from JulianKniephoff/unconditionally-upload-playwright-results
Unconditionally upload Playwright test results
2 parents b789669 + 509815e commit bc30235

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/playwright-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
run: npx playwright test --config=playwright.config.ts
5353

5454
- name: Upload tests results
55+
if: success() || failure()
5556
uses: actions/upload-artifact@v4
5657
with:
5758
name: test-results

0 commit comments

Comments
 (0)