Skip to content

Commit

Permalink
Add vault version && remove zip installations
Browse files Browse the repository at this point in the history
  • Loading branch information
emilymianeil committed May 8, 2023
1 parent 3900c98 commit 8c11983
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ on:
env:
#todo
PERCY_TOKEN: xxxxxxx
VAULT_VERSION: 1.4.1
jobs:
build-binaries:
if: github.ref != 'refs/heads/stable-website'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- run: |-
apt-get update; apt-get install -y sudo unzip zip
- name: Setup go
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
Expand Down Expand Up @@ -58,7 +57,6 @@ jobs:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: Setup go
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
- run: apt-get update; apt-get install -y sudo unzip
- name: prepare non-root user
run: |-
groupadd --gid 3434 circleci
Expand Down Expand Up @@ -106,7 +104,7 @@ jobs:
go-version-file: ".go-version"
- uses: "./.github/actions/install-vault"
with:
version: "$VAULT_VERSION"
version: ${{ env.VAULT_VERSION }}
- run: vault version
- run: choco install make
- name: Install golang dependencies
Expand Down

0 comments on commit 8c11983

Please sign in to comment.