Skip to content

Commit

Permalink
fix: Add coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio committed Aug 28, 2022
1 parent f66cf14 commit a3627a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build
run: npm run build
- name: Test
run: npm run test
run: npm run test:coverage
env:
AWS_ACCESS_KEY: AWS_ACCESS_KEY
AWS_ACCESS_SECRET: AWS_ACCESS_SECRET
Expand Down

0 comments on commit a3627a4

Please sign in to comment.