Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 31fb3bd

Browse files
danolivoAndrey Lepikhov
authored and
Andrey Lepikhov
committed
Update c-cpp.yml
1 parent f39a874 commit 31fb3bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/c-cpp.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Install additional packages
1616
run: sudo apt-get install -y libperl-dev libipc-run-perl
17-
- name: pg
17+
- name: check
1818
run: |
1919
echo "Deploying to production server on branch $GITHUB_REF"
2020
git config --global user.email "ci@postgrespro.ru"
@@ -24,6 +24,7 @@ jobs:
2424
git checkout REL_12_STABLE
2525
./configure --prefix=`pwd`/tmp_install
2626
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
27+
patch -p1 --no-backup-if-mismatch < contrib/aqo/aqo_pg12.patch
2828
make -j4 > /dev/null && make -j4 -C contrib > /dev/null
2929
make -C contrib/aqo check
30+
make -C contrib/aqo aqo-regress

0 commit comments

Comments
 (0)