We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 138e6ea commit ae6c0d3Copy full SHA for ae6c0d3
1 file changed
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Tests
47
env:
48
CI: true
49
- run: npm test -- --watchAll=false
+ run: npm test -- --watchAll=false --passWithNoTests
50
51
- name: Build (CRA)
52
0 commit comments