From 7915eb725e413efe97f45e61cb06e4be2b700c5e Mon Sep 17 00:00:00 2001 From: Alex Kumar Date: Wed, 8 Jan 2025 13:16:40 -0800 Subject: [PATCH] Refix the path. --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index e2e7137..286f15d 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -36,4 +36,4 @@ jobs: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Test with pytest run: | - pytest ${{ github.workspace }}/boga_bot/.github/workflows/tests.py --doctest-modules --junitxml=junit/test-results.xml \ No newline at end of file + pytest ${{ github.workspace }}/.github/workflows/tests.py --doctest-modules --junitxml=junit/test-results.xml \ No newline at end of file