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

Commit

Permalink
chore(): added did
Browse files Browse the repository at this point in the history
  • Loading branch information
le-vlad committed Sep 22, 2024
1 parent 0fa59ea commit 10f4a18
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/gotest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ jobs:
run:
working-directory: ./pg_stream

services:
docker:
image: docker:dind
options: --privileged

env:
DOCKER_HOST: tcp://docker:2375
DOCKER_DRIVER: overlay2
YOUR_APP_DB_HOST: docker

steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 10f4a18

Please sign in to comment.