Skip to content

Commit db8746d

Browse files
committed
ci: added passWithNoTests to CI script
1 parent c873c3f commit db8746d

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
@@ -33,7 +33,7 @@ jobs:
3333
uses: ./.github/actions/setup
3434

3535
- name: Run unit tests
36-
run: yarn test --maxWorkers=2 --coverage
36+
run: yarn test --maxWorkers=2 --passWithNoTests --coverage
3737

3838
build-library:
3939
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)