From a869db94e545dae1d1d93d247b1f0b574f98e4dd Mon Sep 17 00:00:00 2001 From: Jason Marechal Date: Thu, 14 Nov 2024 16:00:54 +0100 Subject: [PATCH] f --- .github/workflows/cucumber-tests/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cucumber-tests/action.yml b/.github/workflows/cucumber-tests/action.yml index bc47890ff..c9a785497 100644 --- a/.github/workflows/cucumber-tests/action.yml +++ b/.github/workflows/cucumber-tests/action.yml @@ -22,6 +22,6 @@ runs: - name: Run tests shell: bash run: | - export PATH="${{ inputs.mpi_path }}:${{build_path}}:$PATH" + export PATH="${{ inputs.mpi_path }}:${{inputs.build_path}}:$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