Skip to content

Commit

Permalink
report
Browse files Browse the repository at this point in the history
  • Loading branch information
EreminD committed Sep 14, 2024
1 parent d33b754 commit 3ed3aeb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
Expand All @@ -22,7 +23,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: playwright-report
path: playwright-report/
if: always()
path: playwright-report/index.html
if: overwrite
overwrite: true
retention-days: 30

0 comments on commit 3ed3aeb

Please sign in to comment.