libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit a76f6413d8f151d64d8238a60ccbcde014e726bb
parent 68277e69a209867bc2896e82654f74e719925de9
Author: Antoine A <>
Date:   Wed, 19 Nov 2025 13:48:59 +0100

common: fix ci

Diffstat:
Mcontrib/ci/jobs/2-test/job.sh | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/contrib/ci/jobs/2-test/job.sh b/contrib/ci/jobs/2-test/job.sh @@ -5,6 +5,9 @@ set -exuo pipefail apt-get update -yq apt-get upgrade -yq +./bootstrap +./configure --prefix /usr + # Setup postgres cluster sudo -u postgres pg_ctlcluster 17 main start sudo -u postgres createuser root --superuser