Skip to content

Commit

Permalink
fix: ci actions 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Oct 17, 2024
1 parent 21780d2 commit 44d68c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,14 @@ 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'
timeout-minutes: 15
run: |
pnpm exec playwright install --with-deps chromium
pnpm test:e2e:crx-lock
Expand Down
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"dev:storybook": "storybook dev -p 6006",
"preview": "vite preview",
"test": "jest",
"test:e2e": "../../scripts/playwright.sh --config=playwright.config.ts",
"test:e2e:crx-lock": "../../scripts/playwright.sh --config=playwright.crx-lock.config.ts",
"test:e2e": "playwright test --config=playwright.config.ts",
"test:e2e:crx-lock": "playwright test --config=playwright.crx-lock.config.ts",
"test:ci": "pnpm ts:check && pnpm test",
"test:watch": "jest --watch",
"ts:check": "pnpm xstate:typegen && tsc --noEmit",
Expand Down
12 changes: 0 additions & 12 deletions scripts/playwright.sh

This file was deleted.

0 comments on commit 44d68c8

Please sign in to comment.