We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2065e11 commit 3f59dd5Copy full SHA for 3f59dd5
.github/workflows/build-package.yml
@@ -43,18 +43,26 @@ jobs:
43
sudo make -C tools install
44
setup_apt
45
nuke_pg
46
+ env:
47
+ PGVERSION: {{ matrix.PGVERSION }}
48
49
- name: Install
50
run: |
51
install_uncrustify
52
install_pg
53
54
55
56
- name: Before Script
57
58
config_and_start_cluster
59
echo "extra_float_digits = 0" >> "/etc/postgresql/${PGVERSION}/test/postgresql.conf"
60
pg_ctlcluster "${PGVERSION}" test restart
61
62
63
64
- name: Script
65
66
pg_travis_test
67
68
0 commit comments