From 66a04169a181ded4d6d8982e6006dfaf1360e1e1 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 19 Sep 2024 15:32:40 -0600 Subject: [PATCH] build: running test_package fixed for local build --- .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 5bac902ec..8aff42e8d 100644 --- a/.github/workflows/ci-test-package-cmake.yml +++ b/.github/workflows/ci-test-package-cmake.yml @@ -301,7 +301,13 @@ jobs: run: | cmake --preset conan-default -Dmp-units_DIR=../build -Bbuild/local cmake --build build/local --config ${{ matrix.build_type }} + - name: Run test_package-headers (local build) + shell: bash + working-directory: test_package/build/local/${{ matrix.build_type }} + run: | + ./test_package-headers - name: Run test_package (local build) + if: matrix.config.cxx_modules == 'True' shell: bash working-directory: test_package/build/local/${{ matrix.build_type }} run: |