Skip to content

Commit 27e744f

Browse files
author
Vitaliy Boyko
committed
Fixed command
1 parent 85f61ab commit 27e744f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
- name: Grant execute permission for gradlew
2626
run: chmod +x gradlew
2727
- name: Run automated tests
28-
run: ./gradlew build --stacktrace
28+
run: ./gradlew test

0 commit comments

Comments
 (0)