Skip to content

Commit

Permalink
change failure notification to always
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestoarbitrio committed Nov 14, 2020
1 parent 374f95e commit 3880bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -74,7 +74,7 @@ jobs:
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
if: failure()
if: always()

coveralls:
needs: build
Expand Down

0 comments on commit 3880bfb

Please sign in to comment.