Skip to content

Commit

Permalink
trying the updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Osbourne committed Sep 12, 2024
1 parent 6050caf commit 88ee612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ jobs:
run: npx playwright install --with-deps
- run: npm run playwright
# - run: npm run playwright-e2e
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
path: test-results
retention-days: 5
- run: npm run test-int-x
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report-pages
Expand Down

0 comments on commit 88ee612

Please sign in to comment.