Skip to content

Commit

Permalink
refactor: name playwright upload artifact step
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed May 16, 2024
1 parent a8233b8 commit 454117b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
- name: Run Playwright tests
run: bun playwright test

- uses: actions/upload-artifact@v4
- name: Upload Playwright report
uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
Expand Down

0 comments on commit 454117b

Please sign in to comment.