Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromehardaway committed Dec 19, 2024
1 parent 095ea66 commit af1a01d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
run: yarn playwright install --with-deps chromium firefox

- name: Run Playwright tests
run: yarn playwright test --project=chromium --project=firefox
run: |
yarn build
yarn playwright test --project=chromium --project=firefox
- uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit af1a01d

Please sign in to comment.