From 93bf280c294bda0f6d271803b4c406c3f02cda80 Mon Sep 17 00:00:00 2001 From: doodspav Date: Mon, 8 Jul 2024 22:06:21 +0100 Subject: [PATCH] GHI #32 Debug GitHub Actions (6) --- .github/workflows/_reusable-test-native.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/_reusable-test-native.yml b/.github/workflows/_reusable-test-native.yml index 984d48224..dd1b3fe8d 100644 --- a/.github/workflows/_reusable-test-native.yml +++ b/.github/workflows/_reusable-test-native.yml @@ -171,6 +171,7 @@ jobs: cd patomic/build sudo apt install tree # debug tree . + ctest --show-only=json-v1 ctest --label-regex "${{ env.LABEL_REGEX }}" --verbose --output-junit Testing/Temporary/results.xml --build-config ${{ env.CMAKE_BUILD_TYPE }} . - name: Prepare Test Results