Skip to content

Commit

Permalink
Fixup github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Werni2A committed Jul 7, 2024
1 parent b986305 commit 5f2dbcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 5f2dbcb

Please sign in to comment.