Skip to content

Commit

Permalink
fix: ci actions 3
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Oct 17, 2024
1 parent 44d68c8 commit d86716b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ jobs:
timeout-minutes: 15
run: |
pnpm exec playwright install --with-deps chromium
pnpm test:e2e
xvfb-run --auto-servernum -- pnpm test:e2e
- name: Run E2E CRX Lock Tests
if: matrix.test-type == 'e2e-crx-lock'
timeout-minutes: 15
run: |
pnpm exec playwright install --with-deps chromium
pnpm test:e2e:crx-lock
xvfb-run --auto-servernum -- pnpm test:e2e:crx-lock
- uses: actions/upload-artifact@v4
if: always() && matrix.test-type != 'jest'
Expand Down

0 comments on commit d86716b

Please sign in to comment.