We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac6e0b5 commit 779ebebCopy full SHA for 779ebeb
.github/workflows/ci.yml
@@ -43,10 +43,10 @@ jobs:
43
- uses: ruby/setup-ruby@v1
44
with:
45
bundler-cache: true
46
- - name: Turn on local Postgres
+ - name: Promote local Postgresql
47
+ run: echo "$(pg_config --bindir)" >> $GITHUB_PATH
48
+ - name: Turn on local Postgresql
49
run: |
- echo "$(pg_config --bindir)" >> $GITHUB_PATH
-
50
echo "Initializing database cluster..."
51
export PGHOST="${RUNNER_TEMP//\\//}/postgres"
52
export PGDATA="$PGHOST/pgdata"
0 commit comments