Skip to content

Commit

Permalink
chore(workflow): install playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
willuhmjs committed Dec 4, 2023
1 parent 497e4f7 commit bcf274b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
node-version: 18
cache: yarn
- name: Install dependencies
run: yarn
run: |
yarn
yarn playwright install
- name: test and build
env:
BASE_PATH: '/${{ github.event.repository.name }}'
Expand Down

0 comments on commit bcf274b

Please sign in to comment.