From 2a7281ea420aa00b8d353e6d5c093ef9f2410cd9 Mon Sep 17 00:00:00 2001 From: Yuri Chiucconi Date: Thu, 5 Dec 2024 11:01:21 +0100 Subject: [PATCH] -U postgres --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e371d56..388072aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: run: sudo systemctl start postgresql.service - name: Create DB - run: createdb pytest-fractal-client + run: createdb pytest-fractal-client -U postgres - name: Test with pytest env: