Skip to content

Commit

Permalink
Update acceptance-tests.yml
Browse files Browse the repository at this point in the history
Fix linting errors
  • Loading branch information
alexhung authored Aug 2, 2024
1 parent 48f26f7 commit 1c8ec60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- '**.go'
workflow_dispatch:

name: Vault Acceptance Tests
name: Vault & OpenBao Acceptance Tests

jobs:
acceptance-tests-matrix:
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 1c8ec60

Please sign in to comment.