Skip to content

Check if token is set before running the integration test

Romuald Atchadé requested to merge registration-token-integration-test into main

What does this MR do?

The integration test job fails for Community contribution when the REGISTRATION_TOKEN is not set. However there is no feedback hinting the contributor that this variable should be added at the project level. With this MR, we check if the $REGISTRATION_TOKEN is set before running the integration tests. If it is not, a feedback is logged for the user.

Why was this MR needed?

Provide more details about the failure of the integration test job

What's the best way to test this MR?

Create a CC and check if the pipeline passes

What are the relevant issue numbers?

fixes #493 (closed)

Merge request reports