remove maven test
All checks were successful
Gitea Action Maven build / build (push) Successful in 50s
All checks were successful
Gitea Action Maven build / build (push) Successful in 50s
This commit is contained in:
parent
ff5bb53248
commit
72607ed235
@ -22,8 +22,8 @@ jobs:
|
|||||||
cache: 'maven'
|
cache: 'maven'
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn -B package --file pom.xml
|
run: mvn -B package --file pom.xml
|
||||||
- name: Run tests
|
# - name: Run tests
|
||||||
run: mvn test
|
# run: mvn test
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user