mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-02 18:59:28 +00:00
chore: remove matrix from Linux CI (#5955)
* remove matrix * workflow names
This commit is contained in:
parent
cc70b4b613
commit
b844ab8e22
7
.github/workflows/tests_preview.yml
vendored
7
.github/workflows/tests_preview.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user