diff --git a/.github/workflows/testing-ci.yaml b/.github/workflows/testing-ci.yaml index 794fbd0..837749c 100644 --- a/.github/workflows/testing-ci.yaml +++ b/.github/workflows/testing-ci.yaml @@ -20,5 +20,5 @@ jobs: - name: Test Game module run: | - poetry -m pytest $TEST_DIRECTORY/game_tests + poetry run pytest $TEST_DIRECTORY/game_tests rm -f $TEST_DB_FILE