Skip to content

Commit

Permalink
pause some workflows for now
Browse files Browse the repository at this point in the history
  • Loading branch information
hammannr committed Jul 13, 2023
1 parent 3143b1f commit a45af71
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: Python style
on:
pull_request:
# types: [opened]
types: [opened]
jobs:
qa:
name: Quality check
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ jobs:
coverage run --source=alea -m pytest --durations 0
coverage report
- name: Coveralls
# Make the coverage report and upload
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: matrix.test == 'coveralls'
run: |
coverage run --source=alea -m pytest -v
coveralls --service=github
# - name: Coveralls
# # Make the coverage report and upload
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# if: matrix.test == 'coveralls'
# run: |
# coverage run --source=alea -m pytest -v
# coveralls --service=github

- name: goodbye
run: echo "tests done, bye bye"

0 comments on commit a45af71

Please sign in to comment.