Skip to content

Commit

Permalink
fix: ci actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Oct 17, 2024
1 parent 7d95a41 commit 531f21f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ concurrency:

jobs:
tests:
needs: setup
name: ${{ matrix.test-type }}
timeout-minutes: 20
runs-on: buildjet-8vcpu-ubuntu-2204
Expand Down Expand Up @@ -45,11 +44,13 @@ jobs:
- name: Run E2E Tests
if: matrix.test-type == 'e2e'
run: |
pnpx playwright install --with-deps chromium
xvfb-run --auto-servernum -- pnpm test:e2e
- name: Run E2E CRX Lock Tests
if: matrix.test-type == 'e2e-crx-lock'
run: |
pnpx playwright install --with-deps chromium
xvfb-run --auto-servernum -- pnpm test:e2e:crx-lock
- uses: actions/upload-artifact@v4
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: CI Setup
uses: FuelLabs/github-actions/setups/node@pn/fix/pnpm-cache
Expand Down

0 comments on commit 531f21f

Please sign in to comment.