Skip to content

Commit

Permalink
ci: fix gha use/run mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryDosh committed Apr 11, 2022
1 parent f77a7b5 commit 78daae7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ jobs:

- name: build for integration test
uses: docker://golang:1.18
with:
entrypoint: make
args: build-static-ci
env:
GOOS: linux
CGO_ENABLED: '0'
run: |
make build-static-ci

- name: integration test with fake server
run: make docker-build && make docker-test
Expand Down

0 comments on commit 78daae7

Please sign in to comment.