Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Nov 15, 2024
1 parent 11c7966 commit ef52bac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cucumber-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
tags:
description: 'Tags to run (default skips tests marked @flaky or @xpress)'
required: false
default: '~@flaky ~@xpress'
default: '~@flaky'
mpi_path:
description: "Mpi install directory"
required: true
Expand All @@ -21,4 +21,4 @@ runs:
run: |
export PATH="${{ inputs.mpi_path }}:$PATH"
cd tests/end_to_end
behave --tags ${{ inputs.tags }} cucumber/${{ inputs.feature }} --no-capture --no-capture-stderr --format pretty
behave --tags ${{ inputs.tags }} --tags ~@xpress cucumber/${{ inputs.feature }} --no-capture --no-capture-stderr --format pretty

0 comments on commit ef52bac

Please sign in to comment.