Skip to content

Commit

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

0 comments on commit 2a7281e

Please sign in to comment.