Skip to content

Commit

Permalink
Merge pull request #1147 from mantidproject/allow-coveralls-failure
Browse files Browse the repository at this point in the history
Use continue-on-error for coveralls test
  • Loading branch information
samtygier-stfc authored Sep 20, 2021
2 parents 9f20ccf + 67f5553 commit 0555734
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
shell: bash -l {0}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
continue-on-error: true
run: |
coveralls
Expand Down

0 comments on commit 0555734

Please sign in to comment.