File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ jobs:
12
12
matrix :
13
13
postgres-version :
14
14
# - { tag: "14", sha: "sha256:bbcaba1d74865ee6d6318b5e297d0df73d1f6b6d995cd892b60a2cf1440b716a" }
15
- - { tag: "15", sha: "sha256:f57a3bdbf044f0b213fdc99f35a0d21c401608bf41f063176ec00c51df9655f7 " }
16
- - { tag: "16", sha: "sha256:47053cd4ee3f096afc744e53e3280de7b29b3670d2f2196c2acc0c6470923c99 " }
15
+ - { tag: "15", sha: "sha256:f91f2248e87bff8bc5b1040088148b53a3727cbe60e134589bf993e1aede847f " }
16
+ - { tag: "16", sha: "sha256:4a545143208455e426d0f024dc57df39629470eeef1afa1fc4764b9d4147e277 " }
17
17
services :
18
18
postgres :
19
19
image : postgres:${{ matrix.postgres-version.tag }}@${{ matrix.postgres-version.sha }}
20
20
ports :
21
21
- 5432:5432
22
22
env :
23
- POSTGRES_PASSWORD : postgres
23
+ POSTGRES_PASSWORD : testpassword
24
24
POSTGRES_DB : mission-control
25
25
# Set health checks to wait until postgres has started
26
26
options : >-
47
47
- name : Test
48
48
run : make test
49
49
env :
50
- DUTY_DB_URL : postgres://postgres:postgres @localhost:5432/mission-control?sslmode=disable
50
+ DUTY_DB_URL : postgres://postgres:testpassword @localhost:5432/mission-control?sslmode=disable
51
51
DUTY_DB_CREATE : " false"
52
52
DUTY_DB_DISABLE_RLS : ${{ matrix.postgres-version.tag == '14' && 'true' || 'false' }}
53
53
You can’t perform that action at this time.
0 commit comments