Skip to content

Commit

Permalink
Update run-golden-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
domokane committed Jul 31, 2024
1 parent 7d75e85 commit 6a6c2ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-golden-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
python setup.py install
- name: Run tests
run:
python tests_golden/run_all_tests.py
python golden_tests/run_all_tests.py
- name: Archive code coverage results
uses: actions/upload-artifact@v2
with:
name: result-differences-file-upload
path: tests_golden/differences/*.testLog
path: golden_tests/differences/*.testLog

0 comments on commit 6a6c2ae

Please sign in to comment.