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 af468ea commit 6a57013Copy full SHA for 6a57013
.github/workflows/ci.yml
@@ -24,10 +24,11 @@ jobs:
24
steps:
25
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26
- uses: actions/checkout@master
27
- - uses: codecov/codecov-action@v2
+
28
+ - name: Install modules
29
+ run: npm ci
30
- # Runs a single command using the runners shell
- - name: Run Tests
31
+ - name: Run tests
32
run: npm run test
33
34
- name: Upload coverage to Codecov
0 commit comments