Skip to content

Commit 4cd39ca

Browse files
author
Vitaliy Boyko
committed
Added build
1 parent 1e94d10 commit 4cd39ca

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
@@ -22,5 +22,7 @@ jobs:
2222
java-version: 1.8
2323
- name: Grant execute permission for gradlew
2424
run: chmod +x gradlew
25+
- name: Run automated tests
26+
run: ./gradlew build
2527
- name: Run automated tests
2628
run: ./gradlew test

0 commit comments

Comments
 (0)