diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b5102e16f..e623bce4f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -37,9 +37,3 @@ 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