Skip to content

Commit

Permalink
capital U
Browse files Browse the repository at this point in the history
  • Loading branch information
ychiucco committed Dec 5, 2024
1 parent 902b985 commit f1a7142
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: sudo -u postgres createdb pytest-fractal-client
run: sudo -U postgres createdb pytest-fractal-client

- name: Test with pytest
env:
Expand Down

0 comments on commit f1a7142

Please sign in to comment.