From 41870f1109efe0adfeee211fa4723efaefff7df1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Mon, 7 Oct 2024 15:28:34 +0200 Subject: [PATCH] Add default pool_count to CI (#640) --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b63ce299..49315f47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,6 +58,8 @@ jobs: - "11.11-alpine" - "9.6-alpine" - "9.5-alpine" + pool_count: + - "1" include: - elixirbase: "1.11.4-erlang-23.3.4.9-alpine-3.16.9" postgres: "16.2-alpine"