Skip to content

Commit 440aa57

Browse files
authored
Use Gradle Wrapper for PR build WF
Signed-off-by: Artem Bilan <[email protected]>
1 parent b2afee3 commit 440aa57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spring-gradle-pull-request-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Run Pull Request Build
3535
timeout-minutes: 30
36-
run: gradle check
36+
run: ./gradlew check
3737

3838
- name: Capture Test Results
3939
if: failure()

0 commit comments

Comments
 (0)