Skip to content

Commit

Permalink
chore(ci): report intg tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cameri committed Oct 30, 2022
1 parent 750dffa commit 1506afb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ jobs:
run: npm run docker:test:integration
- name: Run coverage for integration tests
run: npm run docker:cover:integration
- uses: deblockt/[email protected]
with:
access-token: ${{ secrets.GITHUB_TOKEN }}
path: ".test-reports/integration/report.json"
- name: Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit 1506afb

Please sign in to comment.