Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ab54d10

Browse files
committed
map /var/run:/var/run/postgresql in postgres service
1 parent 6473e0d commit ab54d10

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

‎.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
ports:
1414
- 5432:5432
1515
volumes:
16-
- tests/sock:/var/run/postgresql
16+
- /var/run:/var/run/postgresql
1717
# needed because the postgres container does not provide a healthcheck
1818
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
1919
steps:
@@ -37,4 +37,4 @@ jobs:
3737
args: --release --test benchmark -- --nocapture
3838
env:
3939
TCP_URL: "postgresql:///postgres?host=localhost&user=postgres&password=postgres"
40-
UDS_URL: "postgresql:///postgres?host=tests/sock&user=postgres&password=postgres"
40+
UDS_URL: "postgresql:///postgres?host=/var/run&user=postgres&password=postgres"

‎.github/workflows/code-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
ports:
3030
- 5432:5432
3131
volumes:
32-
- tests/sock:/var/run/postgresql
32+
- /var/run:/var/run/postgresql
3333
# needed because the postgres container does not provide a healthcheck
3434
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
3535
steps:
@@ -53,7 +53,7 @@ jobs:
5353
args: --out Xml --all --all-features
5454
env:
5555
TCP_URL: "postgresql:///postgres?host=localhost&user=postgres&password=postgres"
56-
UDS_URL: "postgresql:///postgres?host=tests/sock&user=postgres&password=postgres"
56+
UDS_URL: "postgresql:///postgres?host=/var/run&user=postgres&password=postgres"
5757
- name: Upload to codecov.io
5858
uses: codecov/codecov-action@v1.0.2
5959
with:

‎.github/workflows/stable-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
ports:
3838
- 5432:5432
3939
volumes:
40-
- tests/sock:/var/run/postgresql
40+
- /var/run:/var/run/postgresql
4141
# needed because the postgres container does not provide a healthcheck
4242
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
4343
steps:
@@ -62,4 +62,4 @@ jobs:
6262
args: --all --all-features --no-fail-fast -- --nocapture
6363
env:
6464
TCP_URL: "postgresql:///postgres?host=localhost&user=postgres&password=postgres"
65-
UDS_URL: "postgresql:///postgres?host=tests/sock&user=postgres&password=postgres"
65+
UDS_URL: "postgresql:///postgres?host=/var/run&user=postgres&password=postgres"

‎tests/sock/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /