Created
March 26, 2015 16:04
-
-
Save AdamSaleh/9b5ee4a3eabb5dbfcdea to your computer and use it in GitHub Desktop.
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
| git clone https://github.com/AdamSaleh/aerogear-unifiedpush-server-integration-tests | |
| cd aerogear-unifiedpush-server-integration-tests | |
| docker run --name unifiedpush -p 3306:3306 -e MYSQL_USER=unifiedpushing -e MYSQL_PASSWORD=unifiedpushing -e MYSQL_DATABASE=unifiedpush -e MYSQL_ROOT_PASSWORD=supersecret -d mysql | |
| ./gradlew --stacktrace test -Pprofile=wildfly8mysql -PupsDatasource=mysql -PmysqlUsername=unifiedpushing -PmysqlPassword=unifiedpushing test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment