diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 8862b68..74e331d 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -32,7 +32,7 @@ jobs: # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Run Tests - run: python -m pytest -v --cov=swimlane --cov-report=xml + run: py.test -v --cov=swimlane --cov-report=xml - name: Run Codacy Coverage env: CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}