From: Jean-Philippe Bruyère Date: Sun, 22 Jun 2025 12:59:24 +0000 (+0200) Subject: add gunit tests to github action X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=813e1ff91eaa52e6d579cad854333e93fa6da6d5;p=jp%2Fvkvg.git add gunit tests to github action --- 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