Skip to content

Commit b80a174

Browse files
committed
Adding in a playwright install step to get browsers
1 parent df7fb6a commit b80a174

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
- name: Test
8989
working-directory: app
9090
run: |
91+
yarn playwright install
9192
yarn test
9293
deploy:
9394
name: Deploy

0 commit comments

Comments
 (0)