From fd77c45d7db760f8da0d65b533314701d5492c92 Mon Sep 17 00:00:00 2001 From: koushik-kiran-kumar Date: Mon, 24 Jun 2024 15:37:41 +0530 Subject: [PATCH] fix: workflows --- .github/workflows/build_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}