Skip to content

Commit bf696ee

Browse files
committed
fix: update test command to allow passing with no tests
1 parent ba70a8a commit bf696ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: corepack enable && yarn
2828

2929
- name: Run Tests
30-
run: yarn jest --coverage tests
30+
run: yarn jest --coverage tests --passWithNoTests
3131

3232
- name: Run Build
3333
run: yarn build

0 commit comments

Comments
 (0)