Skip to content

Commit

Permalink
Update gradle-ci.yml to run with gradle wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
shabaz213 authored Jul 24, 2024
1 parent 31a2fd5 commit 86ce80a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
distribution: 'adopt-openj9'

- name: Run build
run: gradlew build
run: ./gradlew build

- name: Run tests
run: gradlew test
run: ./gradlew test

0 comments on commit 86ce80a

Please sign in to comment.