From cf04be7af576fbbf7d08c24a9fa33c67f808941f Mon Sep 17 00:00:00 2001 From: Anelio Alvarez <72666259+anelioalvarez@users.noreply.github.com> Date: Wed, 8 Nov 2023 03:49:52 -0300 Subject: [PATCH] Update testing-ci.yaml --- .github/workflows/testing-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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