Skip to content

Commit 70b9201

Browse files
committed
Set DATABASEPOOL_SIZE in ci.yml
1 parent 47c9e6f commit 70b9201

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
run: cp .env.testing.template .env.testing && swift test --filter AnalyzerTests
4444
env:
4545
COLLECTION_SIGNING_PRIVATE_KEY: ${{ secrets.COLLECTION_SIGNING_PRIVATE_KEY }}
46+
DATABASEPOOL_SIZE: 8
4647
services:
4748
# Make sure the ports expose here (6000-60007) align with the ports
4849
# hard-coded in DatabasePool.runningDatabases().

0 commit comments

Comments
 (0)