Skip to content

Commit bf22580

Browse files
committed
fix: ci test with playwright
1 parent 4936e43 commit bf22580

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,14 @@ jobs:
7979
- name: Check lint
8080
run: npm run lint
8181

82+
- name: Install Playwright Browsers
83+
run: npx playwright install --with-deps
84+
8285
- name: Run unit tests (Linux only)
8386
if: matrix.platform == 'ubuntu-22.04'
8487
uses: GabrielBB/xvfb-action@v1
8588
with:
86-
run: npm run test
89+
run: npm run test -- --reporters=default
8790

8891
# ----------------------------
8992
# BUILD TAURI

0 commit comments

Comments
 (0)