Skip to content

Commit

Permalink
chore: Fix coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Panaetius committed Jun 10, 2021
1 parent 0e9b132 commit e4849dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,12 @@ jobs:
OLOS_ACCESS_TOKEN: ${{ secrets.OLOS_ACCESS_TOKEN }}
RENKU_REQUESTS_TIMEOUT_SECONDS: 120
run: pytest -m "integration and serial" -v --timeout=600 -n auto
- name: Coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
RENKU_REQUESTS_TIMEOUT_SECONDS: 120
run: coveralls
continue-on-error: true

test-macos-integration:
runs-on: macos-latest
Expand Down

0 comments on commit e4849dd

Please sign in to comment.