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 b44cca2

Browse files
committed
use localhost in test
1 parent 9af10ff commit b44cca2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
version: '0.11.0'
4343
args: --out Xml --all
4444
env:
45-
TEST_URL: "postgresql://postgres/postgres?user=postgres&password=postgres"
45+
TEST_URL: "postgresql://localhost/postgres?user=postgres&password=postgres"
4646
- name: Upload to codecov.io
4747
uses: codecov/codecov-action@v1.0.2
4848
with:

‎.github/workflows/stable-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
command: test
5252
args: --all --no-fail-fast -- --nocapture
5353
env:
54-
TEST_URL: "postgresql://postgres/postgres?user=postgres&password=postgres"
54+
TEST_URL: "postgresql://localhost/postgres?user=postgres&password=postgres"

0 commit comments

Comments
(0)

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