Skip to content

Commit 4e37583

Browse files
authored
Update cmake-multi-platform.yml
1 parent 4356cdf commit 4e37583

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ jobs:
7979
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }}
8080

8181
- name: Test
82-
working-directory: ${{ steps.strings.outputs.build-output-dir }}
82+
#working-directory: ${{ steps.strings.outputs.build-output-dir }}
8383
# Execute tests defined by the CMake configuration. Note that --build-config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
8484
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
8585
#run: ctest --build-config ${{ matrix.build_type }}
86-
run: ./jsonata_generated_tests
86+
run: ./build/jsonata_generated_tests

0 commit comments

Comments
 (0)