Skip to content

Commit e865853

Browse files
author
Alisson Solitto
committed
fix: draft-release workflows
1 parent fb26207 commit e865853

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/draft-release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ on:
88
jobs:
99
build:
1010
runs-on: ubuntu-latest
11+
services:
12+
postgres:
13+
image: postgres:16
14+
env:
15+
POSTGRES_DB: cache_test
16+
POSTGRES_USER: postgres
17+
POSTGRES_PASSWORD: postgres
18+
ports:
19+
- 5432:5432
20+
options: >-
21+
--health-cmd "pg_isready -U postgres" --health-interval 10s --health-timeout 5s --health-retries 5
1122
steps:
1223
- name: Checkout code
1324
uses: actions/checkout@v4

0 commit comments

Comments
 (0)