This repository was archived by the owner on Dec 4, 2025. It is now read-only.
Commit b50bd3b
committed
ci: update Maven build commands in GitHub Actions workflows
- In build-and-run-example-project.yml:
- Modify 'Build and Install' step to use 'mvn install -DskipTests=true'
- This change ensures tests are skipped and improves build efficiency
- In maven.yml:
- Update 'Build with Maven' step to include '-DskipTests=true'
- This change consistently skips tests across both workflows1 parent 515e1d3 commit b50bd3b
File tree
2 files changed
+2
-2
lines changed- .github/workflows
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
0 commit comments