Skip to content

Commit 682d00c

Browse files
committed
Add 3 groups to postgres
1 parent 550b1f0 commit 682d00c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -226,12 +226,12 @@ jobs:
226226

227227
postgres:
228228
env:
229-
TOTAL_GROUPS: 2
229+
TOTAL_GROUPS: 3
230230

231231
strategy:
232232
fail-fast: false
233233
matrix:
234-
group-number: [1, 2]
234+
group-number: [1, 2, 3]
235235

236236
runs-on: ubuntu-20.04
237237
timeout-minutes: 30
@@ -244,6 +244,7 @@ jobs:
244244
ports:
245245
- 8080:5432
246246
- 8081:5432
247+
- 8082:5432
247248
# Set health checks to wait until postgres has started
248249
options: >-
249250
--health-cmd pg_isready

0 commit comments

Comments
 (0)