From 5f2dbcb9679752ee850fe4a4f8bb8f4d3d418c4e Mon Sep 17 00:00:00 2001 From: Dominik Wernberger Date: Sun, 7 Jul 2024 20:54:56 +0200 Subject: [PATCH] Fixup github workflow --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ff616cf..f586035 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,11 +21,11 @@ jobs: - name: Download Unit Test Designs run: | python -m pip install -r test/py/requirements.txt - python test/py/testing.py --download_repos true --database_file_path repos.yaml --third_party_path test/designs + python test/py/testing.py --download_repos true --database_file_path repos.yaml --third_party_path test\designs - name: Create Unit Tests run: | - python test/py/testing.py --generate_unit_tests true --database_file_path repos.yaml --unit_test_path test/src/generated_tests --third_party_path test/designs + python test/py/testing.py --generate_unit_tests true --database_file_path repos.yaml --unit_test_path test\src\generated_tests --third_party_path test\designs - name: Build Library, CLI Application and Tests run: |