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