Skip to content

Commit

Permalink
update build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert committed Nov 13, 2020
1 parent af27146 commit 54c857c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
languages: go
- name: Build code
shell: bash
run: go tool compile main.go
run: go build main.go
- uses: ./../action/analyze
env:
TEST_MODE: true
Expand Down

0 comments on commit 54c857c

Please sign in to comment.