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 6a5b3c1 commit 3c18167
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ jobs:
source $GITHUB_ENV
- name: Source environment variables
run: source $GITHUB_ENV
run: |
ls
echo $GITHUB_WORKSPACE
ls $GITHUB_WORKSPACE
source $GITHUB_ENV
- name: Initialize PostgreSQL data directory
run: |
Expand Down

0 comments on commit 3c18167

Please sign in to comment.