From f48d7dc65b1b924710c3e715900c8fb4d95f80d0 Mon Sep 17 00:00:00 2001 From: Yuri Chiucconi Date: Thu, 5 Dec 2024 10:58:03 +0100 Subject: [PATCH] start 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 c5558a34..5d50aab8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: run: poetry install --with dev --without docs --no-interaction - name: Create DB - run: createdb pytest-fractal-client + run: sudo systemctl start postgresql.service && createdb pytest-fractal-client - name: Test with pytest env: