Skip to content

Commit b437ff5

Browse files
authored
test(Playwright): fix playwright action (#170)
1 parent 4fc8fe7 commit b437ff5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@ jobs:
2828
path: ./playwright-report
2929
retention-days: 1
3030
- name: Save PR ID
31+
if: always()
3132
run: |
3233
pr="${{ github.event.pull_request.number }}"
3334
echo $pr > ./pr-id.txt
3435
shell: bash
3536
- name: Create PR Artifact
37+
if: always()
3638
uses: actions/upload-artifact@v3
3739
with:
3840
name: pr

0 commit comments

Comments
 (0)