Skip to content

Commit 3afe384

Browse files
committed
fix: ci test with playwright
1 parent b9fcc5b commit 3afe384

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: npx playwright install --with-deps
6161

6262
- name: Run headless unit test
63-
run: npm run test
63+
run: npm run test -- --reporters=default
6464

6565
- name: Run headless e2e test
6666
run: npm run e2e

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Run headless unit test
6363
uses: GabrielBB/xvfb-action@v1
6464
with:
65-
run: npm run test
65+
run: npm run test -- --reporters=default
6666

6767
- name: Run headless e2e test
6868
uses: GabrielBB/xvfb-action@v1

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: npx playwright install --with-deps
5959

6060
- name: Run headless unit test
61-
run: npm run test
61+
run: npm run test -- --reporters=default
6262

6363
- name: Run headless e2e test
6464
run: npm run e2e

0 commit comments

Comments
 (0)