From 5ebfa2648717e89588e03615754d1e4a98021201 Mon Sep 17 00:00:00 2001 From: Meredith Lancaster Date: Wed, 11 Dec 2024 08:03:42 -0700 Subject: [PATCH] use bash shell with integration tests Signed-off-by: Meredith Lancaster --- .github/workflows/go.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c0dd463b1..9b22701a7 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -52,5 +52,6 @@ jobs: run: make - name: Run attestation command set integration tests + shell: bash run: | ./test/integration/attestation-cmd/run-all-tests.sh "${{ matrix.os }}"