From a600ac95ea7fa24de2db25ddcccbef8787866175 Mon Sep 17 00:00:00 2001 From: Sebastian Reiter Date: Sun, 21 Jul 2024 17:19:23 +0200 Subject: [PATCH] Another attempt at running the test executable. --- .github/workflows/cmake-single-platform.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index 4cf0c69..cc6f25d 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -27,8 +27,8 @@ jobs: - name: Build # Build your program with the given configuration - run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} + run: cmake --build ${{github.workspace}}/build - name: Test working-directory: ${{github.workspace}}/build/bin - run: ./moose_tests + run: ls && ./moose_tests