Use the same test matrix for connect and fail early

This commit is contained in:
Volodymyr Zotov
2025-12-12 14:32:18 -06:00
parent 0f3110274c
commit 1824b2f006

View File

@@ -24,7 +24,7 @@ jobs:
name: Service Account (${{ matrix.os }}, ${{ matrix.version }}, export-env=${{ matrix.export-env }})
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
fail-fast: true
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
version: [latest, 2.30.0]
@@ -91,8 +91,9 @@ jobs:
name: Connect (ubuntu-latest, ${{ matrix.version }}, export-env=${{ matrix.export-env }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
fail-fast: true
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
version: [latest, 2.30.0]
export-env: [true, false]
steps: