Skip to content

Commit f1a8f20

Browse files
authored
Update cmake-multi-platform.yml
1 parent e432f8b commit f1a8f20

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/cmake-multi-platform.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ jobs:
5555
- name: Build
5656
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }}
5757

58+
- name: List full build directory
59+
run: ls -R ${{ steps.strings.outputs.build-output-dir }}
60+
5861
- name: Run Google Tests
59-
working-directory: ${{ steps.strings.outputs.build-output-dir }}/test/unit-tests
62+
# Use o caminho absoluto para o executável diretamente.
6063
run: |
61-
# Execute the test binary (adjust if additional steps are needed)
62-
./LibUnitTests
64+
${{ steps.strings.outputs.build-output-dir }}/test/unit-tests/LibUnitTests

0 commit comments

Comments
 (0)