diff --git a/.github/workflows/lint-publish.yml b/.github/workflows/lint-publish.yml index 1bee6d03..2dbf14e8 100644 --- a/.github/workflows/lint-publish.yml +++ b/.github/workflows/lint-publish.yml @@ -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