From 3488a2db3f897c9736e4b71ee9c9563d88b43fd4 Mon Sep 17 00:00:00 2001 From: Yuri Chiucconi Date: Thu, 5 Dec 2024 10:59:36 +0100 Subject: [PATCH] separate commands --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d50aab8..6e371d56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,8 +33,11 @@ jobs: - name: Install dependencies run: poetry install --with dev --without docs --no-interaction + - name: Start Postgres + run: sudo systemctl start postgresql.service + - name: Create DB - run: sudo systemctl start postgresql.service && createdb pytest-fractal-client + run: createdb pytest-fractal-client - name: Test with pytest env: