Skip to content

Commit 5e50013

Browse files
committed
Set host to localhost in pipeline
1 parent b548acd commit 5e50013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ env:
1212
RUST_VERSION: "1.73"
1313
SQLX_OFFLINE: true
1414
SQLX_VERSION: 0.7.3
15+
PGHOST: localhost
1516

1617
jobs:
1718
# add_review_links:
@@ -297,7 +298,6 @@ jobs:
297298
- name: Setup DB
298299
run: |
299300
cd api
300-
export PGHOST=localhost
301301
sqlx database create
302302
sqlx migrate run
303303
- name: Start API

0 commit comments

Comments
 (0)