Skip to content

Commit 6a57013

Browse files
authored
Update ci.yml
1 parent af468ea commit 6a57013

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ jobs:
2424
steps:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2626
- uses: actions/checkout@master
27-
- uses: codecov/codecov-action@v2
27+
28+
- name: Install modules
29+
run: npm ci
2830

29-
# Runs a single command using the runners shell
30-
- name: Run Tests
31+
- name: Run tests
3132
run: npm run test
3233

3334
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)