Skip to content

Commit 51155cd

Browse files
resolve conversation
1 parent c9a63f2 commit 51155cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

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

141141
Tests:
142142
name: Unit-Tests (Python-${{ matrix.python-version }}, Exasol-${{ matrix.exasol-version}})
143-
needs: [ Documentation, Lint, Type-Check, Security]
143+
needs: [ Documentation, Lint, Type-Check, Security, Format]
144144
runs-on: ubuntu-latest
145145
env:
146146
GITHUB_TOKEN: ${{ secrets.ALTERNATIVE_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)