From f1a7142a260270eab848039ca36ed686225a0ae8 Mon Sep 17 00:00:00 2001 From: Yuri Chiucconi Date: Thu, 5 Dec 2024 11:10:06 +0100 Subject: [PATCH] capital U --- .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 0aa8d121..23e8b2ef 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: sudo -u postgres createdb pytest-fractal-client + run: sudo -U postgres createdb pytest-fractal-client - name: Test with pytest env: