Skip to content

Commit de62c9c

Browse files
committed
update ci action
1 parent 8f63dd4 commit de62c9c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/playwright.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ jobs:
1515
node-version: lts/*
1616
- name: Install dependencies
1717
run: npm ci
18+
- name: Build app
19+
run: npm run build
1820
- name: Install Playwright Browsers
1921
run: npx playwright install --with-deps
2022
- name: Run Playwright tests
21-
run: npm run test:prod
23+
run: npm run test
2224
- uses: actions/upload-artifact@v4
2325
if: always()
2426
with:

0 commit comments

Comments
 (0)