We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3efd804 commit 6f809e2Copy full SHA for 6f809e2
1 file changed
.github/workflows/cmake-macOS.yml
@@ -25,4 +25,4 @@ jobs:
25
26
- name: Run Unit Tests
27
working-directory: ${{github.workspace}}/build
28
- run: ${{github.workspace}}/build/${{matrix.build_type}}/UnitTests/UnitTests
+ run: ${{github.workspace}}/build/${{matrix.build_type}}/UnitTests/UnitTests.app/Contents/MacOS/UnitTests
0 commit comments