Skip to content

Commit 2456822

Browse files
committed
updated gradle commands
1 parent 30a7790 commit 2456822

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ jobs:
3838
3939
- name: Run Gradle Tests
4040
id: run
41-
run: ./gradlew test --stacktrace
41+
run: |
42+
chmod +x gradlew
43+
./gradlew clean test --info --stacktrace
4244
4345
- name: Report Status
4446
if: always()

0 commit comments

Comments
 (0)