Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GD-74: Improve the CI workflow for job unit-test-example by validate the test report #75

Merged
merged 4 commits into from
Apr 4, 2024

Conversation

MikeSchulze
Copy link
Owner

@MikeSchulze MikeSchulze commented Apr 3, 2024

Why

The current job unit-test-example executes the test and forces the step to always end with success. We have done this so as not to interrupt the job.
But we forgot a validation step right after the test results that checks the expected test results.

What

  • fixed actions to publish and upload test reports to include the examples result.
  • add validation step to unit-test-example to verify for expected test results.
  • Moved CheckGdUnit4ApiVersion to utilies to reuse on GdUnit4TestExecutor

…e the test report

# Why
The current job unit-test-example executes the test and forces the step to always end with success.
We have done this so as not to interrupt the job.
But we forgot a validation step right after the test results that checks the expected test results.

# What
- fixed actions to publish and upload test reports to include the examples result.
- add validation step to verify for expected test results
@MikeSchulze MikeSchulze marked this pull request as ready for review April 4, 2024 09:07
…e the test report

# Why
The current job unit-test-example executes the test and forces the step to always end with success.
We have done this so as not to interrupt the job.
But we forgot a validation step right after the test results that checks the expected test results.

# What
- fixed actions to publish and upload test reports to include the examples result.
- add validation step to verify for expected test results
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GD-74: Improve the CI workflow for job unit-test-example by validate the test report
1 participant