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.
npm test
1 parent 82047c3 commit acbb2c9Copy full SHA for acbb2c9
.github/workflows/build.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: Install project
59
run: npm ci --ignore-scripts
60
- name: Test
61
- run: npm run test:ci
+ run: npm test
62
code-coverage:
63
needs: [lint, build, test]
64
runs-on: ubuntu-latest
@@ -73,7 +73,7 @@ jobs:
73
74
75
76
77
- name: Upload coverage to Codecov
78
uses: codecov/codecov-action@e3c560433a6cc60aec8812599b7844a7b4fa0d71 # tag=v3.0.0
79
with:
0 commit comments