From e171f97b7323a1f88d76376ea198d9f4040bf878 Mon Sep 17 00:00:00 2001 From: Meredith Lancaster Date: Wed, 6 Mar 2024 13:59:34 -0700 Subject: [PATCH] remove integration test steps Signed-off-by: Meredith Lancaster --- .github/workflows/go.yml | 6 ------ 1 file changed, 6 deletions(-) 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