Skip to content

Commit 032d5bc

Browse files
committed
发布的时候去掉测试
1 parent 08874a1 commit 032d5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
node-version: 18
1313
- run: npm install
1414
- name: Run tests and collect coverage
15-
run: npm test
15+
# run: npm test
1616
- name: Upload coverage reports to Codecov
1717
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)