diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index f6ecfb9..3e2fa6b 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -8,6 +8,8 @@ jobs: unit-tests: name: Unit Tests + # For all containers with versions 7.1.x and older versions 8.y.z of docker-db, + # there will be a crash if UDFs (User Defined Functions) are utilized. runs-on: ubuntu-20.04 strategy: fail-fast: true