You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -218,7 +218,7 @@ Run all **unit** tests (Maven Surefire Plugin): `./mvnw test`
218
218
Run all **integration & web** tests (Maven Failsafe plugin):
219
219
220
220
1. Make sure no conflicting Docker containers are currently running: `docker ps`
221
-
2. Make sure the test classes have been compiled and the frontend has been build and is part of the `target/classes/public` folder: `./mvnw package -DskipTest`
221
+
2. Make sure the test classes have been compiled and the frontend has been built and is part of the `target/classes/public` folder: `./mvnw package -DskipTest`
0 commit comments