diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index efe0a701..f3d04174 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -37,6 +37,6 @@ jobs: # Execute tests defined by the CMake configuration. # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail - name: Test - working-directory: ${{github.workspace}}/cpp/Build + working-directory: ${{github.workspace}}/cpp/Build/tests run: ctest ${{github.workspace}}/cpp/Build -V #--test-dir ${{github.workspace}}/cpp/Build/tests