Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-testing.yml
@@ -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

0 comments on commit 54c857c

Please sign in to comment.