Skip to content

Commit

Permalink
fix postgres in ci
Browse files Browse the repository at this point in the history
thatmattlove committed Sep 24, 2023
1 parent 697d218 commit 512c709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ jobs:
- name: Setup Postgres
run: |
psql postgres -c 'CREATE DATABASE oui;'
psql postgres -c 'CREATE USER oui WITH PASSWORD "oui";'
psql postgres -c "CREATE USER oui WITH PASSWORD 'oui';"
psql postgres -c 'ALTER DATABASE oui OWNER TO oui;'
- name: Go Setup

0 comments on commit 512c709

Please sign in to comment.