remove maven test from action
Some checks failed
Gitea Action Maven build / build (push) Failing after 10m52s
Some checks failed
Gitea Action Maven build / build (push) Failing after 10m52s
This commit is contained in:
parent
b2a150c814
commit
32bed3d9e6
@ -21,5 +21,4 @@ jobs:
|
|||||||
distribution: 'oracle'
|
distribution: 'oracle'
|
||||||
cache: 'maven'
|
cache: 'maven'
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn test
|
run: mvn -B package --file pom.xml
|
||||||
# run: mvn -B package --file pom.xml
|
|
Loading…
x
Reference in New Issue
Block a user