Skip to content

Remove or fix tests which used unencrypted exasol connection, because… #235

Remove or fix tests which used unencrypted exasol connection, because…

Remove or fix tests which used unencrypted exasol connection, because… #235

Workflow file for this run

name: Check if versions are consistent
on:
push:
branches-ignore:
- master
jobs:
check-version-numbers:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: 'recursive'
- uses: ./.github/actions/prepare_poetry_env
- name: Check Release
run: ./scripts/check_release.sh "python3.8"