From 813e1ff91eaa52e6d579cad854333e93fa6da6d5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Sun, 22 Jun 2025 14:59:24 +0200 Subject: [PATCH] add gunit tests to github action --- .github/workflows/cmake.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 57effa9..0fe2aa6 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -34,7 +34,6 @@ jobs: defaults: run: shell: bash - working-directory: source/build env: VULKAN_SDK: ${{ github.workspace }}/VulkanSDK/x86_64 @@ -57,8 +56,8 @@ jobs: working-directory: source/build - run: cmake --build . --config ${{ matrix.build_config }} working-directory: source/build - - run: ls -R .. - - run: build/gunit_tests/unit_tests + - run: ls -R /home/runner/work + - run: /home/runner/work/vkvg/source/build/gunit_tests/unit_tests working-directory: source/build mac_jorb: runs-on: macos-latest -- 2.47.3