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