Skip to content

Commit 5138a34

Browse files
committed
Remove db version parameter from unit-test run
1 parent 8cf158d commit 5138a34

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
@@ -153,7 +153,7 @@ jobs:
153153
python-version: ${{ matrix.python-version }}
154154

155155
- name: Run Tests and Collect Coverage
156-
run: poetry run nox -s test:unit -- -- --coverage --db-version ${{ matrix.exasol-version }}
156+
run: poetry run nox -s test:unit -- -- --coverage
157157

158158
- name: Upload Artifacts
159159
uses: actions/[email protected]

0 commit comments

Comments
 (0)