Skip to content

Commit 779ebeb

Browse files
committed
promote local postgres in separate prior step
1 parent ac6e0b5 commit 779ebeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
- uses: ruby/setup-ruby@v1
4444
with:
4545
bundler-cache: true
46-
- name: Turn on local Postgres
46+
- name: Promote local Postgresql
47+
run: echo "$(pg_config --bindir)" >> $GITHUB_PATH
48+
- name: Turn on local Postgresql
4749
run: |
48-
echo "$(pg_config --bindir)" >> $GITHUB_PATH
49-
5050
echo "Initializing database cluster..."
5151
export PGHOST="${RUNNER_TEMP//\\//}/postgres"
5252
export PGDATA="$PGHOST/pgdata"

0 commit comments

Comments
 (0)