Skip to content

Commit

Permalink
Install playwright browsers in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dlarocque committed Sep 6, 2024
1 parent 64be5a3 commit 75cf2a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-changed-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ jobs:
run: |
cp config/ci.config.json config/project.json
yarn
npx playwright install webkit
- name: build
run: yarn build:changed auth
- name: Run tests on changed packages
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-changed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
run: |
cp config/ci.config.json config/project.json
yarn
npx playwright install webkit
- name: build
run: yarn build:changed core
- name: Run tests on changed packages
Expand Down

0 comments on commit 75cf2a6

Please sign in to comment.