We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc3a7f commit fc9cb06Copy full SHA for fc9cb06
.github/workflows/CI-CD.yml
@@ -33,6 +33,8 @@ jobs:
33
echo NODE_ENV="production" >> .env
34
echo NUXT_PUBLIC_SITE_URL="https://www.tmlmt.com" >> .env
35
echo NUXT_APP_ENV="production" >> .env
36
+ - name: Install Playwright browsers
37
+ run: pnpx playwright install --with-deps
38
- name: Run e2e tests
39
run: pnpm test:e2e
40
- name: Build app
0 commit comments