Skip to content

Commit 04909a6

Browse files
committed
disable test in github actions
Took 10 minutes
1 parent cc1a818 commit 04909a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buld_and_test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build & Test
1+
name: Build
22

33
on:
44
push:
@@ -18,4 +18,4 @@ jobs:
1818
distribution: 'temurin'
1919
cache: maven
2020
- name: Build with Maven
21-
run: mvn -B package --file pom.xml
21+
run: mvn compiler:compile

0 commit comments

Comments
 (0)