simplify build step
Signed-off-by: Meredith Lancaster <malancas@github.com>
This commit is contained in:
parent
fbb27df846
commit
ac79032936
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
|
@ -57,7 +57,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build executable
|
||||
run: make bin/gh
|
||||
run: make
|
||||
|
||||
- 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