KEYCLOAK-4776 include newly created tests to travis
This commit is contained in:
parent
e85d8774da
commit
15f1b948bf
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ fi
|
||||||
|
|
||||||
if [ $1 == "group3" ]; then
|
if [ $1 == "group3" ]; then
|
||||||
cd testsuite/integration-arquillian/tests/base
|
cd testsuite/integration-arquillian/tests/base
|
||||||
mvn test -B --no-snapshot-updates -Dtest=org.keycloak.testsuite.d*.**.*Test,org.keycloak.testsuite.e*.**.*Test,org.keycloak.testsuite.f*.**.*Test,org.keycloak.testsuite.i*.**.*Test
|
mvn test -B --no-snapshot-updates -Dtest=org.keycloak.testsuite.au*.**.*Test,org.keycloak.testsuite.d*.**.*Test,org.keycloak.testsuite.e*.**.*Test,org.keycloak.testsuite.f*.**.*Test,org.keycloak.testsuite.i*.**.*Test
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $1 == "group4" ]; then
|
if [ $1 == "group4" ]; then
|
||||||
|
|
Loading…
Reference in a new issue