Skip to content

Commit 237a123

Browse files
committed
remove old tests from github actions
1 parent 6d37c99 commit 237a123

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Test
1+
name: Build
22

33
on:
44
push:
@@ -29,9 +29,6 @@ jobs:
2929
- name: Grant execute permission for gradlew
3030
run: chmod +x gradlew
3131

32-
- name: Test with Gradle
33-
run: ./gradlew test
34-
3532
- name: Build with Gradle
3633
run: ./gradlew build
3734

0 commit comments

Comments
 (0)