Skip to content

Commit

Permalink
Switch back to separate GITHUB_PATH step
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Apr 3, 2024
1 parent 469b6e8 commit 155c4e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
PGUSERNAME: preflight_test_project_next_js_passing
PGPASSWORD: preflight_test_project_next_js_passing
steps:
- run: echo "$(pg_config --bindir)" >> $GITHUB_PATH
- name: Start preinstalled PostgreSQL on Ubuntu
run: |
echo "$(pg_config --bindir)" >> $GITHUB_PATH
# echo "$(pg_config --bindir)" >> $GITHUB_PATH
export PGDATA="$RUNNER_TEMP/pgdata"
pg_ctl start
# sudo systemctl start postgresql.service
Expand Down

0 comments on commit 155c4e8

Please sign in to comment.