mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 14:06:08 +00:00
Set JETQUERY_POOL_SIZE in CI runs
This commit is contained in:
parent
c6ce935ce1
commit
48e7139e26
3
.github/workflows/CI.yml
vendored
3
.github/workflows/CI.yml
vendored
@ -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' }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user