Set JETQUERY_POOL_SIZE in CI runs

This commit is contained in:
Sean M. Collins 2025-03-10 17:53:50 -04:00
parent c6ce935ce1
commit 48e7139e26

View File

@ -56,6 +56,9 @@ jobs:
JETQUERY_USERNAME='postgres'
JETQUERY_PASSWORD='postgres'
JETQUERY_DATABASE='test'
# Assume a small amount of connections are allowed
# into postgres
JETQUERY_POOL_SIZE=1
- name: Build artifacts
if: ${{ matrix.os == 'ubuntu-latest' }}