Skip to content

Commit

Permalink
Stop running tests in GitHub Actions since they take long to run
Browse files Browse the repository at this point in the history
  • Loading branch information
jondricek committed Oct 13, 2023
1 parent 5ec186a commit 6d618d5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/lint-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,12 @@ jobs:
pip install -r requirements-dev.txt
pip install .
- name: Run pytest
run: |
cd tests
pytest --cov=mitreattack --cov-report html
cd ..
# 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
# cd ..

- name: Build package
run: python setup.py sdist bdist_wheel
Expand Down

0 comments on commit 6d618d5

Please sign in to comment.