build executable before integration test

Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
Meredith Lancaster 2024-03-06 13:41:59 -07:00
parent 9b9ddcd1da
commit 617a9f34eb

View file

@ -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