Skip to content

Commit

Permalink
Change osx username to runner
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Aug 28, 2024
1 parent 4628ef5 commit af81e08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ jobs:
- name: Setup postgres
shell: pixi run bash -e {0}
run: |
initdb -D test_db --username="postgres" --pwfile=<(printf "%s\n" "password")
initdb -D test_db --username="runner" --pwfile=<(printf "%s\n" "password")
pg_ctl -D test_db -l logfile start
createdb --owner=postgres test_db
createdb --owner=runner test_db
- name: Build and test
shell: pixi run bash -e {0}
env:
Expand Down
2 changes: 1 addition & 1 deletion odbc_test_osx/odbc.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Driver = PostgreSQL Driver
Database = test_db
Servername = localhost
UserName = postgres
UserName = runner
Password = password
Port = 5432
Protocol = 7.4
Expand Down

0 comments on commit af81e08

Please sign in to comment.