mirror of
https://github.com/wisemapping/wisemapping-open-source.git
synced 2025-04-04 11:14:29 +08:00
Skip test execution.
This commit is contained in:
parent
08339cb721
commit
39dbafa536
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
distribution: 'zulu'
|
||||
cache: maven
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file wise-api/pom.xml -DskipTests
|
||||
run: mvn -B clean package --file wise-api/pom.xml -DskipTests
|
||||
|
||||
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
|
||||
- name: Update dependency graph
|
||||
|
Loading…
x
Reference in New Issue
Block a user