Skip to content

Commit a5f689a

Browse files
Merge branch 'develop' into IntegrationTestNew
2 parents f4272dc + 254acf7 commit a5f689a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/integration_test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,6 @@ jobs:
117117
password=$password
118118
EOL
119119
120-
mvn clean verify -P integration-tests -DskipUnitTests || { echo "Maven tests failed"; exit 1; }
120+
# Run Maven integration tests
121+
mvn clean verify -P integration-tests -DtokenFlow=technicalUser -DskipUnitTests || { echo "Maven tests failed for Technical User Flow"; exit 1; }
122+
mvn clean verify -P integration-tests -DtokenFlow=namedUser -DskipUnitTests || { echo "Maven tests failed for Named User Flow"; exit 1; }

0 commit comments

Comments
 (0)