1 parent 8f63dd4 commit de62c9cCopy full SHA for de62c9c
1 file changed
.github/workflows/playwright.yml
@@ -15,10 +15,12 @@ jobs:
15
node-version: lts/*
16
- name: Install dependencies
17
run: npm ci
18
+ - name: Build app
19
+ run: npm run build
20
- name: Install Playwright Browsers
21
run: npx playwright install --with-deps
22
- name: Run Playwright tests
- run: npm run test:prod
23
+ run: npm run test
24
- uses: actions/upload-artifact@v4
25
if: always()
26
with:
0 commit comments