Skip to content

Commit 28ca11e

Browse files
committed
Update test command in workflow file
1 parent 33daa4b commit 28ca11e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
chmod +x mvnw
4545
./mvnw clean
46-
./mvnw test "-Dtest=org.couchbase.quickstart.springdata.controllers.*Test" -X
46+
./mvnw test "-Dtest=org.couchbase.quickstart.springdata.controllers.*Test" -e
4747
4848
- name: Report Status
4949
if: always()

0 commit comments

Comments
 (0)