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 3c18167 commit 3b74b05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
- name: Initialize PostgreSQL data directory
run: |
$POSTGRESQL_HOME/bin/initdb -D $GITHUB_WORKSPACE/postgresql_data
$GITHUB_WORKSPACE/postgresql/bin/initdb -D $GITHUB_WORKSPACE/postgresql_data
- name: Start PostgreSQL server
run: pg_ctl -D $GITHUB_WORKSPACE/postgresql_data -l logfile start
run: $GITHUB_WORKSPACE/postgresql/bin/pg_ctl -D $GITHUB_WORKSPACE/postgresql_data -l logfile start

- name: Wait for PostgreSQL to start
run: |
Expand Down

0 comments on commit 3b74b05

Please sign in to comment.