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 a448ba1 commit 68d80fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .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/psql -c "CREATE USER github WITH PASSWORD 'password';"
$GITHUB_WORKSPACE/postgresql/bin/psql -c "ALTER USER github WITH SUPERUSER;"
$GITHUB_WORKSPACE/postgresql/bin/psql -c "CREATE DATABASE test_db;"
$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 68d80fa

Please sign in to comment.