Skip to content

Commit 1be8f3c

Browse files
committed
Reviewer error: need build-matrix for unit test
1 parent af7db3d commit 1be8f3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178

179179
Tests:
180180
name: Unit-Tests (Python-${{ matrix.python-version }})
181-
needs: [ Build-Packages ]
181+
needs: [ Build-Packages, build-matrix ]
182182
runs-on: ubuntu-24.04
183183
permissions:
184184
contents: read

exasol/toolbox/templates/github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178

179179
Tests:
180180
name: Unit-Tests (Python-${{ matrix.python-version }})
181-
needs: [ Build-Packages ]
181+
needs: [ Build-Packages, build-matrix ]
182182
runs-on: ubuntu-24.04
183183
permissions:
184184
contents: read

0 commit comments

Comments
 (0)