Skip to content

Commit

Permalink
setup compose
Browse files Browse the repository at this point in the history
  • Loading branch information
slavabobik committed Nov 25, 2022
1 parent 1f7d321 commit 7b93e8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
env:
GOPROXY: "https://proxy.golang.org"
run: go mod download

- name: Run compose
run: docker-compose -f build/docker/docker-compose.yaml up -d

- name: Test
run: go test -v -coverprofile=coverage.txt ./...

0 comments on commit 7b93e8c

Please sign in to comment.