diff --git a/.github/workflows/test-and-lint.yml b/.github/workflows/test-and-lint.yml index 76bb58f..d7aff1a 100644 --- a/.github/workflows/test-and-lint.yml +++ b/.github/workflows/test-and-lint.yml @@ -29,11 +29,10 @@ jobs: poetry install - name: Linting run: | - poe format_check - poe lint + poetry run poe ci_check - name: Testing run: | - poe test + poetry run poe test - name: "Check Codecov" uses: codecov/codecov-action@v2 with: