We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4272dc + 254acf7 commit a5f689aCopy full SHA for a5f689a
1 file changed
.github/workflows/integration_test.yml
@@ -117,4 +117,6 @@ jobs:
117
password=$password
118
EOL
119
120
- mvn clean verify -P integration-tests -DskipUnitTests || { echo "Maven tests failed"; exit 1; }
+ # 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