Skip to content

Commit

Permalink
chore: remove matrix from Linux CI (#5955)
Browse files Browse the repository at this point in the history
* remove matrix

* workflow names
  • Loading branch information
ZanSara authored Oct 3, 2023
1 parent cc70b4b commit b844ab8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/tests_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b844ab8

Please sign in to comment.