Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Nov 14, 2024
1 parent a869db9 commit 9d6cea7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cucumber-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9d6cea7

Please sign in to comment.