]> O.S.I.I.S - jp/vkvg.git/commitdiff
add gunit tests to github action
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sun, 22 Jun 2025 12:59:24 +0000 (14:59 +0200)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sun, 22 Jun 2025 12:59:24 +0000 (14:59 +0200)
.github/workflows/cmake.yml

index 57effa92584c69aac96fa5e900d310cc15ac3512..0fe2aa627018aed27c83a7271380369765b7738e 100644 (file)
@@ -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