We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced2118 commit aa0c359Copy full SHA for aa0c359
.github/workflows/tests_cmake.yml
@@ -78,7 +78,7 @@ jobs:
78
79
- name: Run ${{ matrix.projects.name }} project
80
run: |
81
- python ${{ github.workspace }}/beta/test_run_sample.py ${{ matrix.projects.binary }} ${{ github.workspace }}/${{ matrix.projects.cwd }}/${{ matrix.projects.config }} ${{ matrix.projects.max_time }}
+ python ${{ github.workspace }}/beta/test_run_sample.py ${{ matrix.projects.binary }}${{ matrix.platform.os == 'windows-latest' && '.exe' || '' }} ${{ matrix.projects.config }} ${{ matrix.projects.max_time }}
82
working-directory: ${{ matrix.projects.cwd }}
83
84
- name: Check ${{ matrix.projects.name }} project simulation results
0 commit comments