From 71f5caac7d2a068c3f23df2f1b3c33d9be49674a Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Wed, 17 Apr 2024 11:40:50 +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 a8a669a33..0e0921ab5 100644 --- a/.github/workflows/ci-test-package-cmake.yml +++ b/.github/workflows/ci-test-package-cmake.yml @@ -282,7 +282,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: |