Skip to content

Commit 8f73af7

Browse files
committed
perm
1 parent 400f1ef commit 8f73af7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
with:
2020
java-version: '8'
2121
distribution: 'temurin'
22+
- name: Enable gradle wrapper execution
23+
run: chmod +x gradlew
2224

2325
- name: Run java client tests
2426
run: ./gradlew test -p java-client

0 commit comments

Comments
 (0)