Skip to content

Commit 3148482

Browse files
committed
Refactor build workflow for clearer Gradle setup and run
1 parent a3a6fb6 commit 3148482

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ jobs:
2121
distribution: 'temurin'
2222
java-version: 17
2323

24-
- name: Assemble and Check
24+
- name: Set up Gradle
2525
uses: gradle/actions/setup-gradle@v4
26-
with:
27-
arguments: assemble check
26+
27+
- name: Assemble and Check
28+
run: ./gradlew assemble check
2829

2930
- name: Upload reports
3031
if: failure()

0 commit comments

Comments
 (0)