Skip to content

Commit

Permalink
Initdb with password
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Aug 28, 2024
1 parent baa3ed4 commit eee3c50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ jobs:
- name: Setup postgres
shell: pixi run bash -e {0}
run: |
initdb -D mylocal_db
pg_ctl -D mylocal_db -l logfile start
initdb -D test_db --username="postgres" --pwfile=<(printf "%s\n" "password")
pg_ctl -D test_db -l logfile start
- name: Build and test
shell: pixi run bash -e {0}
env:
Expand Down

0 comments on commit eee3c50

Please sign in to comment.