Skip to content

Commit

Permalink
run cucumber tests even if we have a failure before
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Jan 27, 2025
1 parent c5e84ee commit 195a6a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ jobs:
os: ${{ env.os }}

- name: Run cucumber on short-tests
if: ${{ env.RUN_SIMPLE_TESTS == 'true' && !cancelled() }}
uses: ./.github/workflows/cucumber-tests
with:
feature: "features/short_tests.feature"
Expand Down Expand Up @@ -284,6 +285,7 @@ jobs:
os: ${{ env.os }}

- name: Run cucumber on medium-tests
if: ${{ env.RUN_EXTENDED_TESTS == 'true' && !cancelled() }}
uses: ./.github/workflows/cucumber-tests
with:
feature: "features/medium_tests.feature"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/windows-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ jobs:
os: ${{ env.os }}

- name: Run cucumber on short-tests
if: ${{ env.RUN_SIMPLE_TESTS == 'true' && !cancelled() }}
uses: ./.github/workflows/cucumber-tests
with:
feature: "features/short_tests.feature"
Expand Down Expand Up @@ -285,6 +286,7 @@ jobs:
os: ${{ env.os }}

- name: Run cucumber on medium-tests
if: ${{ env.RUN_EXTENDED_TESTS == 'true' && !cancelled() }}
uses: ./.github/workflows/cucumber-tests
with:
feature: "features/medium_tests.feature"
Expand Down

0 comments on commit 195a6a0

Please sign in to comment.