From 5fe565d8aa370606a968a77347e5e105301f4288 Mon Sep 17 00:00:00 2001 From: Xyphuz Date: Tue, 3 May 2022 22:30:02 +0800 Subject: [PATCH] fix: wrong file path --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 314653a..7e1b848 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,4 +91,4 @@ jobs: run: | pip install pytest pip install pytest-cov - python .\tests\test_validate_input_file.py .\tests\validate_input_file.py .\tests\in\docker-compose.yaml + python tests/test_validate_input_file.py tests/validate_input_file.py tests/in/docker-compose.yaml