Skip to content

Commit

Permalink
ci: fix action 1
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Oct 17, 2024
1 parent 78e01fd commit 3b8f7ef
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,17 @@ jobs:

- name: Run E2E Tests
if: matrix.test-type == 'e2e'
timeout-minutes: 15
run: |
pnpm exec playwright install --with-deps chromium
pnpm test:e2e
- name: Run E2E CRX Lock Tests
if: matrix.test-type == 'e2e-crx-lock'
run: |
pnpm exec playwright install --with-deps chromium
pnpm test:e2e:crx-lock
# - 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

- uses: actions/upload-artifact@v4
if: always() && matrix.test-type != 'jest'
Expand Down

0 comments on commit 3b8f7ef

Please sign in to comment.