Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed May 10, 2020
1 parent 9d34f0f commit 09e437a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
- run: npm run build
- run: npm rm tslint
- run: npm install ${{ matrix.typescript }} --force
- run: set +e ; npm run test-cov ; echo $? > tests-exit-code
- run: npm run test-cov
- run: npm install -g coveralls@2 && cat ./coverage/lcov.info | coveralls
- run: set -euo pipefail ; exit $(cat tests-exit-code)
if: ${{ always() }}

0 comments on commit 09e437a

Please sign in to comment.