Skip to content

Commit

Permalink
remove cucumber tests
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Jan 6, 2025
1 parent 0d01065 commit 32602f6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,6 @@ jobs:
batch-name: short-tests
os: ${{ env.os }}

- name: Run cucumber on short-tests
uses: ./.github/workflows/cucumber-tests
with:
feature: "features/short_tests.feature"

- name: Run mps tests
if: ${{ env.RUN_SIMPLE_TESTS == 'true' && !cancelled() }}
uses: ./.github/workflows/run-tests
Expand All @@ -243,11 +238,6 @@ jobs:
batch-name: medium-tests
os: ${{ env.os }}

- name: Run cucumber on medium-tests
uses: ./.github/workflows/cucumber-tests
with:
feature: "features/medium_tests.feature"

- name: Run long-tests-1
if: ${{ env.RUN_EXTENDED_TESTS == 'true' && !cancelled() }}
uses: ./.github/workflows/run-tests
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/windows-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,6 @@ jobs:
batch-name: short-tests
os: ${{ env.os }}

- name: Run cucumber on short-tests
uses: ./.github/workflows/cucumber-tests
with:
feature: "features/short_tests.feature"

- name: Run mps tests
if: ${{ env.RUN_SIMPLE_TESTS == 'true' && !cancelled() }}
uses: ./.github/workflows/run-tests
Expand All @@ -251,11 +246,6 @@ jobs:
batch-name: medium-tests
os: ${{ env.os }}

- name: Run cucumber on medium-tests
uses: ./.github/workflows/cucumber-tests
with:
feature: "features/medium_tests.feature"

- name: Run long-tests-1
if: ${{ env.RUN_EXTENDED_TESTS == 'true' && !cancelled() }}
uses: ./.github/workflows/run-tests
Expand Down

0 comments on commit 32602f6

Please sign in to comment.