Skip to content

Commit

Permalink
test(Playwright): fix playwright action (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
NasgulNexus authored Feb 13, 2024
1 parent 4fc8fe7 commit b437ff5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ jobs:
path: ./playwright-report
retention-days: 1
- name: Save PR ID
if: always()
run: |
pr="${{ github.event.pull_request.number }}"
echo $pr > ./pr-id.txt
shell: bash
- name: Create PR Artifact
if: always()
uses: actions/upload-artifact@v3
with:
name: pr
Expand Down

0 comments on commit b437ff5

Please sign in to comment.