Skip to content

Commit

Permalink
Comment tests for the moment.
Browse files Browse the repository at this point in the history
  • Loading branch information
aleberti committed Sep 5, 2023
1 parent 805b6d1 commit 8e8136b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:
run: |
pyflakes magicctapipe
- name: Tests
env:
MAGIC_CTA_DATA_USER: ${{ secrets.magic_cta_data_user }}
MAGIC_CTA_DATA_PASSWORD: ${{ secrets.magic_cta_data_password }}
run: |
coverage run -m pytest -v
coverage xml
#- name: Tests
#env:
#MAGIC_CTA_DATA_USER: ${{ secrets.magic_cta_data_user }}
#MAGIC_CTA_DATA_PASSWORD: ${{ secrets.magic_cta_data_password }}
#run: |
#coverage run -m pytest -v
#coverage xml

- uses: codecov/codecov-action@v3

0 comments on commit 8e8136b

Please sign in to comment.