Skip to content

Commit

Permalink
separate commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ychiucco committed Dec 5, 2024
1 parent f48d7dc commit 3488a2d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3488a2d

Please sign in to comment.