Skip to content

Commit 115400f

Browse files
committed
add make install-plugin / make build
1 parent e87006f commit 115400f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
- uses: actions/setup-go@v6
2020
with:
2121
go-version: stable
22+
- name: Install plugin
23+
run: make install-plugin
24+
- name: Build binaries
25+
run: make build
2226
- name: Run coverage
2327
run: go tool gotestsum --format github-actions --junitfile junit.xml -- -coverprofile=coverage.out -covermode=count ./...
2428
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)