Skip to content

Commit

Permalink
FIX: fixed install before test
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-morel committed Dec 24, 2019
1 parent 8a9d9e7 commit 9b7a907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v1

- run: npm test
- run: npm install && npm test
- uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 9b7a907

Please sign in to comment.