Skip to content

Commit

Permalink
testing an openai solution for macos :)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasLecocq committed Sep 19, 2024
1 parent 68d80fa commit df9d150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
- name: Set up PostgreSQL user and database
run: |
$GITHUB_WORKSPACE/postgresql/bin/createdb "runner"
$GITHUB_WORKSPACE/postgresql/bin/psql -c "CREATE USER runner WITH PASSWORD 'password';"
$GITHUB_WORKSPACE/postgresql/bin/psql -c "ALTER USER runner WITH SUPERUSER;"
$GITHUB_WORKSPACE/postgresql/bin/createdb "test_db"
- name: Verify PostgreSQL setup
run: $GITHUB_WORKSPACE/postgresql/bin/psql -c "\l"

0 comments on commit df9d150

Please sign in to comment.