Add PG12 specific output for isolation tests

PG12 isolation tests have labelled output - the label
being the session name. Add .out files for PG12
This commit is contained in:
gayyappan 2020-03-26 10:54:37 -04:00 committed by Erik Nordström
parent 16897d2238
commit 082a9ffedc

View File

@ -251,8 +251,8 @@ jobs:
- if: (type = pull_request) OR (type = cron) OR NOT (branch = master)
stage: test
name: "Regression 12.1"
env: PG_VERSION=12.1
name: "Regression 12.2"
env: PG_VERSION=12.2
#get codecov info, we only run 11.0 on PRs and the rest in cron
- if: (type = pull_request) OR (type = cron) OR NOT (branch = master)