Skip to content

Commit

Permalink
And in if
Browse files Browse the repository at this point in the history
  • Loading branch information
paulf81 committed Feb 2, 2024
1 parent 8f99536 commit df12a11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/continuous-integration-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
# See the docs: https://doc.pytest.org/en/latest/reference/reference.html#command-line-flags
pytest -rA tests/
- name: Run coverage tests
if: ${{ env.COVERALLS_REPO_TOKEN }}
if: matrix.os == 'ubuntu-latest'
if: (${{ env.COVERALLS_REPO_TOKEN }}) && (matrix.os == 'ubuntu-latest')
run: |
pip install pytest coverage python-coveralls
coverage run -m pytest -rA tests/
Expand Down

0 comments on commit df12a11

Please sign in to comment.