Skip to content

Commit

Permalink
Updating release to include integration test prereqs
Browse files Browse the repository at this point in the history
  • Loading branch information
cworsnop-figure authored Jun 15, 2022
1 parent ab5d20b commit f89a38d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 11

- name: Setup Container
run: |-
brew tap hashicorp/tap
brew install hashicorp/tap/vault
- name: Build with Gradle
run: ./gradlew clean build --refresh-dependencies :generateVersionFile githubRelease
if: ${{ github.ref_name == 'main' }}
Expand Down

0 comments on commit f89a38d

Please sign in to comment.