Skip to content

Commit aa0c359

Browse files
committed
Add .exe for windows in Tests GH action
1 parent ced2118 commit aa0c359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests_cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: Run ${{ matrix.projects.name }} project
8080
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 }}
81+
python ${{ github.workspace }}/beta/test_run_sample.py ${{ matrix.projects.binary }}${{ matrix.platform.os == 'windows-latest' && '.exe' || '' }} ${{ matrix.projects.config }} ${{ matrix.projects.max_time }}
8282
working-directory: ${{ matrix.projects.cwd }}
8383

8484
- name: Check ${{ matrix.projects.name }} project simulation results

0 commit comments

Comments
 (0)