Merge branch 'fix-libpcre-ci-issue' into request-id-in-queries-2

This commit is contained in:
Ivan Folgueira Bande 2024-10-14 23:13:42 +02:00
commit b60084ef4d
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7
1 changed files with 3 additions and 0 deletions

View File

@ -109,6 +109,9 @@ jobs:
- name: Run tests
run: |
sudo apt-get update
sudo apt-get install -y libpcre3 libpcre3-dev
postgres_enabled=0
if [ ${{ runner.os }} == "Linux" ]; then
sudo docker run --rm -d -e POSTGRES_PASSWORD=test123 -p 5432:5432 postgres:15.4-alpine3.18