Skip to content

Commit c6fc24b

Browse files
committed
pass report merge with no tests
1 parent 078c675 commit c6fc24b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/unit-tests-internal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ jobs:
127127
merge-multiple: true
128128

129129
- name: Merge reports
130-
run: pnpm dlx vitest@3.1.4 run --merge-reports
130+
run: pnpm dlx vitest@3.1.4 run --merge-reports --pass-with-no-tests

.github/workflows/unit-tests-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ jobs:
127127
merge-multiple: true
128128

129129
- name: Merge reports
130-
run: pnpm dlx vitest@3.1.4 run --merge-reports
130+
run: pnpm dlx vitest@3.1.4 run --merge-reports --pass-with-no-tests

.github/workflows/unit-tests-webapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ jobs:
133133
merge-multiple: true
134134

135135
- name: Merge reports
136-
run: pnpm dlx vitest@3.1.4 run --merge-reports
136+
run: pnpm dlx vitest@3.1.4 run --merge-reports --pass-with-no-tests

0 commit comments

Comments
 (0)