Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonwang371 committed Jan 17, 2022
1 parent 88f28ee commit 970ecaf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-job.yaml
Expand Up @@ -62,6 +62,9 @@ jobs:
with:
go-version: '~1.15.1'

- name: Set up Docker
uses: docker-practice/actions-setup-docker@master

- name: Check out code into the Go module directory
uses: actions/checkout@v2
with:
Expand All @@ -87,6 +90,10 @@ jobs:
run: make build
working-directory: ${{env.working-directory}}

- name: Build Docker Image
run: make docker-build
working-directory: ${{env.working-directory}}

- name: Test
run: make test
working-directory: ${{env.working-directory}}

0 comments on commit 970ecaf

Please sign in to comment.