Skip to content

Commit

Permalink
Try with docker
Browse files Browse the repository at this point in the history
  • Loading branch information
shearn89 committed Jul 25, 2024
1 parent 4d59ba0 commit e1df6dc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,12 @@ jobs:
- name: Build
run: make build

- name: start docker
run: make start-services

- name: Test
run: make test
run: make testacc

- name: stop docker
run: make stop-services

0 comments on commit e1df6dc

Please sign in to comment.