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: