build: running test_package fixed for local build

This commit is contained in:
Mateusz Pusz
2024-11-18 13:59:28 +01:00
parent 2a9248e82e
commit 81c810ad42

View File

@@ -203,7 +203,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: |