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 f39a874 commit 31fb3bdCopy full SHA for 31fb3bd
.github/workflows/c-cpp.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- name: Install additional packages
16
run: sudo apt-get install -y libperl-dev libipc-run-perl
17
- - name: pg
+ - name: check
18
run: |
19
echo "Deploying to production server on branch $GITHUB_REF"
20
git config --global user.email "ci@postgrespro.ru"
@@ -24,6 +24,7 @@ jobs:
24
git checkout REL_12_STABLE
25
./configure --prefix=`pwd`/tmp_install
26
git subtree add --prefix=contrib/aqo https://github.com/postgrespro/aqo.git $GITHUB_REF
27
- patch -p1 --no-backup-if-mismatch < contrib/aqo/aqo_pg13.patch
+ patch -p1 --no-backup-if-mismatch < contrib/aqo/aqo_pg12.patch
28
make -j4 > /dev/null && make -j4 -C contrib > /dev/null
29
make -C contrib/aqo check
30
+ make -C contrib/aqo aqo-regress
0 commit comments