Skip to content

Commit 85f61ab

Browse files
author
Vitaliy Boyko
committed
Removed redundant command
1 parent 89646a7 commit 85f61ab

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,5 @@ jobs:
2424
run: gradle wrapper
2525
- name: Grant execute permission for gradlew
2626
run: chmod +x gradlew
27-
- name: Build project
28-
run: ./gradlew build
2927
- name: Run automated tests
30-
run: ./gradlew test --stacktrace
28+
run: ./gradlew build --stacktrace

0 commit comments

Comments
 (0)