Skip to content

Commit

Permalink
yet another command
Browse files Browse the repository at this point in the history
  • Loading branch information
ychiucco committed Dec 5, 2024
1 parent 9bbac6d commit 6e0ceb4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,7 @@ jobs:
run: pg_isready

- name: Start PostgreSQL 3
run: sudo -u postgres createuser -s -d -r -w postgres

- name: Create DB
run: sudo createdb -U postgres pytest-fractal-client
run: sudo -u postgres createdb pytest-fractal-client

- name: Test with pytest
env:
Expand Down

0 comments on commit 6e0ceb4

Please sign in to comment.