From 2a9248e82ea2b1ec89ded3db697740086e4200c0 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Mon, 18 Nov 2024 13:59:28 +0100 Subject: [PATCH] ci: two test binaries properly set for testing for CMake CI --- .github/workflows/ci-test-package-cmake.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci-test-package-cmake.yml b/.github/workflows/ci-test-package-cmake.yml index d58db708..8ee4ce8f 100644 --- a/.github/workflows/ci-test-package-cmake.yml +++ b/.github/workflows/ci-test-package-cmake.yml @@ -223,7 +223,13 @@ jobs: run: | cmake --preset conan-default -DCMAKE_INSTALL_PREFIX=../out -Bbuild/install cmake --build build/install --config ${{ matrix.build_type }} + - name: Run test_package-headers (installation) + shell: bash + working-directory: test_package/build/install/${{ matrix.build_type }} + run: | + ./test_package-headers - name: Run test_package (installation) + if: matrix.config.cxx_modules == 'True' shell: bash working-directory: test_package/build/install/${{ matrix.build_type }} run: |