Skip to content

Commit ec93ed4

Browse files
committed
ci(playwright.yml): onboard the unit test to ci
1 parent f8080f8 commit ec93ed4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ jobs:
1818
run: npm ci
1919
- name: Lint
2020
run: npm run lint
21+
- name: Lint
22+
run: npm run test:ci
2123
- name: Install Playwright Browsers
2224
run: npx playwright install --with-deps
2325
- name: Run Playwright tests
24-
run: npx playwright test
26+
run: npm run test:e2e
2527
- uses: actions/upload-artifact@v4
2628
if: always()
2729
with:

0 commit comments

Comments
 (0)