Skip to content

Commit f5109af

Browse files
authored
Update gradle.yml
1 parent 390b933 commit f5109af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
- name: Grant execute permission for gradlew
2323
run: chmod +x ./gradlew
2424

25-
- name: Run tests
26-
run: ./gradlew test
25+
- name: Build without running tests
26+
run: ./gradlew build -x test

0 commit comments

Comments
 (0)