Skip to content

Commit

Permalink
ci: deploy gradle binary on github runner
Browse files Browse the repository at this point in the history
Signed-off-by: Zvi Grinberg <[email protected]>
  • Loading branch information
zvigrinberg committed Apr 16, 2024
1 parent 0640e37 commit 77682a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
with:
go-version: '1.20.1'

- name: Setup Gradle
uses: gradle/gradle-build-action@v3

- name: Install project modules
run: npm ci

Expand Down

0 comments on commit 77682a0

Please sign in to comment.