From 5b516dc28f274786a0c4498974f407d3724e2880 Mon Sep 17 00:00:00 2001 From: Milan Koci Date: Wed, 18 Dec 2024 10:49:35 +0100 Subject: [PATCH] Update ctest yml --- .github/workflows/cmake-single-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index d1b13aed..76baab2c 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}}/tests + working-directory: ${{github.workspace}}/cpp/tests run: ctest ${{github.workspace}}/cpp/Build -V #--test-dir ${{github.workspace}}/cpp/Build/tests