Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 10f4a18

Browse files
committed
chore(): added did
1 parent 0fa59ea commit 10f4a18

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/gotest.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ jobs:
1212
run:
1313
working-directory: ./pg_stream
1414

15+
services:
16+
docker:
17+
image: docker:dind
18+
options: --privileged
19+
20+
env:
21+
DOCKER_HOST: tcp://docker:2375
22+
DOCKER_DRIVER: overlay2
23+
YOUR_APP_DB_HOST: docker
24+
1525
steps:
1626
- uses: actions/checkout@v3
1727

0 commit comments

Comments
 (0)