We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47df27f commit 67e581dCopy full SHA for 67e581d
.github/workflows/ci.yaml
@@ -38,8 +38,6 @@ jobs:
38
- name: Build library
39
run: pnpm run build
40
test-lint:
41
- needs: build
42
-
43
runs-on: ${{ matrix.os }}
44
45
strategy:
@@ -66,7 +64,6 @@ jobs:
66
64
- name: Test lint
67
65
run: pnpm run test:lint
68
# test-audit:
69
- # needs: build
70
# runs-on: ${{ matrix.os }}
71
72
# strategy:
@@ -93,8 +90,6 @@ jobs:
93
90
# - name: Test audit
94
91
# run: pnpm audit
95
92
test-unit:
96
97
98
99
100
@@ -117,6 +112,6 @@ jobs:
117
112
118
113
- name: Install dependencies
119
114
run: pnpm install --ignore-scripts
120
115
+
121
116
- name: Test unit
122
run: npm run test:unit --coverage --maxWorkers=2
0 commit comments