We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03cc6e4 commit 247c2a9Copy full SHA for 247c2a9
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: ./.github/actions/setup
37
38
- name: Run unit tests
39
- run: yarn test --maxWorkers=2 --coverage
+ run: yarn test --maxWorkers=2 --coverage --passWithNoTests
40
41
build-library:
42
runs-on: ubuntu-latest
docs/next.config.js
@@ -7,4 +7,4 @@ module.exports = {
7
...withNextra({
8
output: 'export',
9
}),
10
-};
+};
0 commit comments