Skip to content

Commit fc9cb06

Browse files
committed
ci: install playwright browsers before executing tests
1 parent 2cc3a7f commit fc9cb06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI-CD.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
echo NODE_ENV="production" >> .env
3434
echo NUXT_PUBLIC_SITE_URL="https://www.tmlmt.com" >> .env
3535
echo NUXT_APP_ENV="production" >> .env
36+
- name: Install Playwright browsers
37+
run: pnpx playwright install --with-deps
3638
- name: Run e2e tests
3739
run: pnpm test:e2e
3840
- name: Build app

0 commit comments

Comments
 (0)