From 1c8ec606ff83ab1cd674ed43edf142d87116d4eb Mon Sep 17 00:00:00 2001 From: Alex Hung Date: Fri, 2 Aug 2024 10:54:47 -0700 Subject: [PATCH] Update acceptance-tests.yml Fix linting errors --- .github/workflows/acceptance-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index 46281fb..63fc6fb 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -7,7 +7,7 @@ on: - '**.go' workflow_dispatch: -name: Vault Acceptance Tests +name: Vault & OpenBao Acceptance Tests jobs: acceptance-tests-matrix: @@ -48,12 +48,12 @@ jobs: VAULT_VERSION=$(vault version | cut -d ' ' -f 2) echo $VAULT_VERSION echo "version=$VAULT_VERSION" >> "$GITHUB_OUTPUT" - - name: Install OpenBoa binary + - name: Install OpenBoa binary if: ${{ matrix.cli == 'bao' }} run: | curl -o ${{ runner.temp }}/bao_2.0.0_linux_amd64.deb https://github.com/openbao/openbao/releases/download/v2.0.0/bao_2.0.0_linux_amd64.deb sudo dpkg -i ${{ runner.temp }}/bao_2.0.0_linux_amd64.deb - - name: Get OpenBao CLI version + - name: Get OpenBao CLI version id: get_bao_cli_version if: ${{ matrix.cli == 'bao' }} run: |