diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index e141bea6d1..85e59eba0c 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -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 @@ -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 diff --git a/.github/workflows/windows-vcpkg.yml b/.github/workflows/windows-vcpkg.yml index cb3f843035..bcc3ab91ca 100644 --- a/.github/workflows/windows-vcpkg.yml +++ b/.github/workflows/windows-vcpkg.yml @@ -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 @@ -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