From b844ab8e221e71ca0ed4e369ac61b1bc0732e5dc Mon Sep 17 00:00:00 2001 From: ZanSara Date: Tue, 3 Oct 2023 17:39:04 +0200 Subject: [PATCH] chore: remove matrix from Linux CI (#5955) * remove matrix * workflow names --- .github/workflows/tests_preview.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/tests_preview.yml b/.github/workflows/tests_preview.yml index 1f3a865f4..9f570491b 100644 --- a/.github/workflows/tests_preview.yml +++ b/.github/workflows/tests_preview.yml @@ -156,12 +156,7 @@ jobs: integration-tests-linux: name: Integration / ubuntu-latest needs: unit-tests - strategy: - fail-fast: false - matrix: - os: - - ubuntu-latest - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest services: tika: image: apache/tika:2.9.0.0