From: Jean-Philippe Bruyère Date: Sun, 22 Jun 2025 13:07:41 +0000 (+0200) Subject: add gunit tests to github action X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=2bd330f5cb362aef114a757bf99dbd07a75c995b;p=jp%2Fvkvg.git add gunit tests to github action --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 0fe2aa6..d88bfe7 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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: