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 c704a56 commit a869db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cucumber-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a869db9

Please sign in to comment.