Skip to content

Commit

Permalink
Fix coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
galaunay committed Jun 30, 2021
1 parent eb78b16 commit 4248dcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
continue-on-error: true
# continue-on-error: true
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
uses: nick-invision/retry@v2
with:
timeout_minutes: 10
max_attempts: 3
max_attempts: 5
command: cask install ; PYTHONPATH="`pwd`" cask exec ert-runner --reporter ert+duration
- name: Run Python tests
run: nosetests
Expand All @@ -81,5 +81,5 @@ jobs:
run: |
if [[ ${{ matrix.python_version }} > 3 ]] ; then
coverage run -m nose.__main__
coveralls ;
coveralls --service=github ;
fi

0 comments on commit 4248dcc

Please sign in to comment.