Skip to content

Commit

Permalink
Fix test goal, db version
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmuma committed Dec 20, 2024
1 parent 3fb1303 commit aba7d5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.10", "3.11"]
exasol-version: ["8.18.1"]
exasol-version: ["8.31.0"]

steps:
- name: SCM Checkout
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Calculate Test Coverage
run: poetry run nox -s coverage
run: poetry run nox -s test:coverage
env:
TEST_DB_VERSION: ${{matrix.exasol-version}}
PYTEST_ADDOPTS: >
Expand Down

0 comments on commit aba7d5e

Please sign in to comment.