Skip to content

Commit 392a6f1

Browse files
author
Vitaliy Boyko
committed
Attempt 1
1 parent 4cd39ca commit 392a6f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
uses: actions/setup-java@v1
2121
with:
2222
java-version: 1.8
23+
- name: gradle wrapper
24+
run: gradle wrapper
2325
- name: Grant execute permission for gradlew
2426
run: chmod +x gradlew
2527
- name: Run automated tests

0 commit comments

Comments
 (0)