We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c873c3f commit db8746dCopy full SHA for db8746d
1 file changed
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
uses: ./.github/actions/setup
34
35
- name: Run unit tests
36
- run: yarn test --maxWorkers=2 --coverage
+ run: yarn test --maxWorkers=2 --passWithNoTests --coverage
37
38
build-library:
39
runs-on: ubuntu-latest
0 commit comments