build executable before integration test
Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
parent
9b9ddcd1da
commit
617a9f34eb
1 changed files with 3 additions and 0 deletions
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
|
|
@ -38,5 +38,8 @@ jobs:
|
|||
- name: Build
|
||||
run: go build -v ./cmd/gh
|
||||
|
||||
- name: Build executable
|
||||
run: make bin/gh
|
||||
|
||||
- name: Run attestation command integration Tests
|
||||
run: ./test/integration/attestation-cmd/download-and-verify-package-attestation.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue