From abbae361c79cc9e2057bd38e0bfdd114fcb6aa69 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Wed, 14 Aug 2024 22:45:35 +0100 Subject: [PATCH] Fix the test path --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 90a8904..20a9d56 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,4 +20,4 @@ jobs: python -m pip install -r requirements.txt - name: Run tests run: | - python scripts/test.py \ No newline at end of file + python tests/test.py \ No newline at end of file