Skip to content

Commit a83ffc5

Browse files
committed
ci: npm release
1 parent fb6889b commit a83ffc5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ jobs:
2222
release:
2323
runs-on: ubuntu-latest
2424

25+
services:
26+
postgres:
27+
image: kibaes/postgres-logical-replication-dev:17
28+
env:
29+
POSTGRES_USER: postgres
30+
POSTGRES_PASSWORD: postgrespw
31+
POSTGRES_DB: playground
32+
ports:
33+
- "5432:5432"
34+
2535
steps:
2636
- name: Checkout code
2737
uses: actions/checkout@v4

0 commit comments

Comments
 (0)