Skip to content

Commit

Permalink
Added integration tests step to CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
shirblc committed Apr 3, 2022
1 parent 944573d commit 40d4e6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
- run: npm run lint
- run: npm run build
- run: npm run test
- run: npm run test:integration

# Upload coverage report to codecov.io
# - run: |
Expand Down

0 comments on commit 40d4e6b

Please sign in to comment.