Skip to content

Commit

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

- name: Start PostgreSQL 3
run: sudo -u postgres createuser -s -d -r -w $(whoami)
run: sudo -u postgres createuser -s -d -r -w postgres

- name: Create DB
run: createdb -U $(whoami) pytest-fractal-client
run: sudo createdb -U postgres pytest-fractal-client

- name: Test with pytest
env:
Expand Down

0 comments on commit 9bbac6d

Please sign in to comment.