File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments