Skip to content

Commit 43767f2

Browse files
committed
Refactor build process to use 'mvnw package' instead of 'mvnw clean' and 'mvnw test'
1 parent 28ca11e commit 43767f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ jobs:
4242
id: run
4343
run: |
4444
chmod +x mvnw
45-
./mvnw clean
46-
./mvnw test "-Dtest=org.couchbase.quickstart.springdata.controllers.*Test" -e
45+
./mvnw package -B
4746
4847
- name: Report Status
4948
if: always()

0 commit comments

Comments
 (0)