Skip to content

Commit

Permalink
Really comment out the pytest section
Browse files Browse the repository at this point in the history
  • Loading branch information
jondricek committed Oct 15, 2023
1 parent 753a532 commit 85d0168
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
run: flake8 mitreattack/ --count --exit-zero --statistics

# should turn these back on once they take less than 10 minutes to run
- name: Run pytest
run: |
cd tests
pytest --cov=mitreattack --cov-report html
# - name: Run pytest
# run: |
# cd tests
# pytest --cov=mitreattack --cov-report html

publish:
needs: lint-test
Expand Down

0 comments on commit 85d0168

Please sign in to comment.