Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add to PATH in previous step
Browse files Browse the repository at this point in the history
karlhorky committed Apr 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 9275fe9 commit 14525e1
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
@@ -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
pg_ctl start
# sudo systemctl start postgresql.service
# pg_isready

0 comments on commit 14525e1

Please sign in to comment.