Created
September 17, 2020 15:36
-
-
Save seleniumgists/5cb8f9ac9fd13bf20518cbaf1ce10d52 to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run --rm \ | |
-v "$(pwd)":/usr/src/mymaven \ | |
-w /usr/src/mymaven \ | |
maven:3.6.3-jdk-11 \ | |
bash -c " export MAVEN_OPTS=\"-Xmx1g\" && mvn clean test" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment