We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 550b1f0 commit 682d00cCopy full SHA for 682d00c
.github/workflows/tests.yml
@@ -226,12 +226,12 @@ jobs:
226
227
postgres:
228
env:
229
- TOTAL_GROUPS: 2
+ TOTAL_GROUPS: 3
230
231
strategy:
232
fail-fast: false
233
matrix:
234
- group-number: [1, 2]
+ group-number: [1, 2, 3]
235
236
runs-on: ubuntu-20.04
237
timeout-minutes: 30
@@ -244,6 +244,7 @@ jobs:
244
ports:
245
- 8080:5432
246
- 8081:5432
247
+ - 8082:5432
248
# Set health checks to wait until postgres has started
249
options: >-
250
--health-cmd pg_isready
0 commit comments