]> 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 13:07:41 +0000 (15:07 +0200)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sun, 22 Jun 2025 13:07:41 +0000 (15:07 +0200)
.github/workflows/cmake.yml

index 0fe2aa627018aed27c83a7271380369765b7738e..d88bfe76ac5882cb377479900b35b412ef5aeb44 100644 (file)
@@ -56,9 +56,8 @@ jobs:
       working-directory: source/build
     - run: cmake --build . --config ${{ matrix.build_config }}
       working-directory: source/build
-    - run: ls -R /home/runner/work
-    - run: /home/runner/work/vkvg/source/build/gunit_tests/unit_tests
-      working-directory: source/build
+    - run: ls -R /home/runner/
+    - run: /home/runner/work/vkvg/vkvg/source/build/gunit_tests/unit_tests
   mac_jorb:
     runs-on: macos-latest
     strategy: