Skip to content

Commit ae6c0d3

Browse files
committed
ci: allow passing with no tests (--passWithNoTests)
1 parent 138e6ea commit ae6c0d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Tests
4747
env:
4848
CI: true
49-
run: npm test -- --watchAll=false
49+
run: npm test -- --watchAll=false --passWithNoTests
5050

5151
- name: Build (CRA)
5252
env:

0 commit comments

Comments
 (0)