From 9d6cea70ef8ee07d0c23b28c91af7ee503bcdc52 Mon Sep 17 00:00:00 2001 From: Jason Marechal Date: Thu, 14 Nov 2024 16:29:06 +0100 Subject: [PATCH] f --- .github/workflows/cucumber-tests/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cucumber-tests/action.yml b/.github/workflows/cucumber-tests/action.yml index c9a785497..1625bff06 100644 --- a/.github/workflows/cucumber-tests/action.yml +++ b/.github/workflows/cucumber-tests/action.yml @@ -22,6 +22,7 @@ runs: - name: Run tests shell: bash run: | - export PATH="${{ inputs.mpi_path }}:${{inputs.build_path}}:$PATH" + export PATH="${{ inputs.mpi_path }}:$PATH" + export LD_LIBRARY_PATH="${{ inputs.build_path }}:$LD_LIBRARY_PATH" cd tests/end_to_end behave --tags ${{ inputs.tags }} cucumber/${{ inputs.feature }} --no-capture --no-capture-stderr --format pretty \ No newline at end of file