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: |