Skip to content

Commit

Permalink
Install Playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
drozdzynski committed Aug 29, 2024
1 parent 860d37d commit ed9f4a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ matrix.node-version }}-yarn-
- name: Install Dependencies
run: yarn install
run: |
yarn install
yarn dlx playwright install --with-deps
- name: Build
run: yarn build
- name: Run tests
Expand Down

0 comments on commit ed9f4a2

Please sign in to comment.