update build command
This commit is contained in:
parent
af27146b64
commit
54c857ce0a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/integration-testing.yml
vendored
2
.github/workflows/integration-testing.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue