Skip to content

Commit 40612ed

Browse files
committed
FIx path again
1 parent 33ea67e commit 40612ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests_cmake.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ jobs:
7878

7979
- name: Run ${{ matrix.projects.name }} project
8080
run: |
81-
python ${{ github.workspace }}/beta/test_run_sample.py ${{ matrix.projects.binary }} ${{ matrix.projects.config }} ${{ matrix.projects.max_time }}
82-
working-directory: ${{ matrix.projects.cwd }}/${{ matrix.platform.os == 'windows-latest' && 'Release' || '' }}
81+
python ${{ github.workspace }}/beta/test_run_sample.py ${{ matrix.platform.os == 'windows-latest' && 'Release' || '' }}/${{ matrix.projects.binary }} ${{ matrix.projects.config }} ${{ matrix.projects.max_time }}
82+
working-directory: ${{ matrix.projects.cwd }}
8383

8484
- name: Check ${{ matrix.projects.name }} project simulation results
8585
if: matrix.projects.validation_output_folder != ''
8686
run: |
8787
python ${{ github.workspace }}/beta/test_diff_svg.py output ${{ github.workspace }}/tests/cases/${{ matrix.projects.validation_output_folder }}
88-
working-directory: ${{ matrix.projects.cwd }}/${{ matrix.platform.os == 'windows-latest' && 'Release' || '' }}
88+
working-directory: ${{ matrix.projects.cwd }}
8989

0 commit comments

Comments
 (0)