Skip to content

Commit e052245

Browse files
authored
Merge pull request #3911 from LiteFarmOrg/LF-5029-cypress-tests-postgres-container-not-starting
Update PostgreSQL image version in CI workflow
2 parents a19e002 + 2af48e7 commit e052245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cypress_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
timeout-minutes: 30
1616
services:
1717
postgres:
18-
image: postgres
18+
image: postgres:13
1919
env:
2020
POSTGRES_DB: "pg-litefarm"
2121
POSTGRES_USER: "postgres"

0 commit comments

Comments
 (0)