Skip to content

Commit

Permalink
install playwright on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Jan 18, 2024
1 parent 4d9d523 commit d42bf76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ jobs:
with:
node-version: 20.x
- run: yarn install --frozen-lockfile
- run: npx playwright install --with-deps
- run: yarn build
- run: yarn test

0 comments on commit d42bf76

Please sign in to comment.