From 7237edfa77a958e702fc2eda0fffca43876b153e Mon Sep 17 00:00:00 2001 From: Juhana Lankinen Date: Wed, 28 Aug 2024 16:08:40 +0300 Subject: [PATCH] Attempt to fix github action not finding testdata 2 --- .github/workflows/cmake_single_platform.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake_single_platform.yml b/.github/workflows/cmake_single_platform.yml index 851139b..1c7c042 100644 --- a/.github/workflows/cmake_single_platform.yml +++ b/.github/workflows/cmake_single_platform.yml @@ -45,5 +45,6 @@ jobs: working-directory: ${{github.workspace}} run: > ctest - --test-dir ${{github.workspace}}/build/${{env.BUILD_TYPE}} + --test-dir ${{github.workspace}}/build/ + -C ${{env.BUILD_TYPE}} --output-on-failure