Skip to content

Commit

Permalink
GitHub action tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
staticlibs committed Oct 20, 2024
1 parent f194bb7 commit 99abcdc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/composite-actions/build-pgagent-extension/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ runs:
run: |
cd ..
export PG_CONFIG_PATH=~/${{ inputs.install_dir }}/
git clone --branch https://github.com/wiltondb/pgagent.git
git clone --branch wilton https://github.com/wiltondb/pgagent.git
cd pgagent
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=`pwd`/dist -DCMAKE_CXX_FLAGS='-ggdb3 -O0'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jdbc-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Install Extensions
id: install-extensions
if: always() && steps.build-extensions.outcome == 'success'
if: always() && steps.build-pgagent-extension.outcome == 'success'
uses: ./.github/composite-actions/install-extensions

- name: Enable SSL
Expand Down
6 changes: 3 additions & 3 deletions test/JDBC/jdbc_schedule
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ ignore#!#sys-sp_statistics-dep-vu-cleanup
ignore#!#sys-sp_statistics_100-vu-prepare
ignore#!#sys-sp_statistics_100-vu-verify
ignore#!#sys-sp_statistics_100-vu-cleanup
ignore#!#sys-sp_statistics_100-dep-prepare
ignore#!#sys-sp_statistics_100-dep-verify
ignore#!#sys-sp_statistics_100-dep-cleanup
ignore#!#sys-sp_statistics_100-dep-vu-prepare
ignore#!#sys-sp_statistics_100-dep-vu-verify
ignore#!#sys-sp_statistics_100-dep-vu-cleanup
ignore#!#BABEL-SP_STATISTICS

# Windows/Linux discrepancies
Expand Down

0 comments on commit 99abcdc

Please sign in to comment.