Skip to content

Commit cb54e4f

Browse files
Update github actions. (#251)
Update github actions. (#251)
1 parent 146b99d commit cb54e4f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
postgres:
4545
image: postgres:13
4646
env:
47-
POSTGRES_USER: scrutinizer
48-
POSTGRES_PASSWORD: scrutinizer
49-
POSTGRES_DB: scrutinizer
47+
POSTGRES_USER: root
48+
POSTGRES_PASSWORD: root
49+
POSTGRES_DB: yiitest
5050
ports:
5151
- 5432:5432
5252
options: --name=postgres --health-cmd="pg_isready" --health-interval=10s --health-timeout=5s --health-retries=3

.github/workflows/db-pgsql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
postgres:
3737
image: postgres:${{ matrix.pgsql }}
3838
env:
39-
POSTGRES_USER: scrutinizer
40-
POSTGRES_PASSWORD: scrutinizer
41-
POSTGRES_DB: scrutinizer
39+
POSTGRES_USER: root
40+
POSTGRES_PASSWORD: root
41+
POSTGRES_DB: yiitest
4242
ports:
4343
- 5432:5432
4444
options: --name=postgres --health-cmd="pg_isready" --health-interval=10s --health-timeout=5s --health-retries=3

0 commit comments

Comments
 (0)