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

feat(ci): separate the swagger validation in own runner plus improvement #3981

Merged
merged 1 commit into from
Aug 16, 2023

Conversation

p-fernandez
Copy link
Contributor

What change does this PR introduce?

Separates the Swagger validation in its own runner to avoid interfering in E2E test runners. Also isolates some reusable actions.

Why was this change needed?

Clarify the intention of the Swagger validation.

Other information (Screenshots)

@p-fernandez p-fernandez self-assigned this Aug 16, 2023
@github-actions github-actions bot added the CI/CD label Aug 16, 2023
@p-fernandez p-fernandez force-pushed the feat-create-reusable-actions branch from 449d2c6 to 9727dc7 Compare August 16, 2023 09:58
@p-fernandez p-fernandez force-pushed the feat-create-reusable-actions branch from 9727dc7 to 5a0018d Compare August 16, 2023 10:21
@p-fernandez p-fernandez force-pushed the feat-create-reusable-actions branch from 5a0018d to a987cb3 Compare August 16, 2023 10:23
name: Validate Swagger
runs-on: ubuntu-latest
needs: [get-affected]
if: ${{ fromJson(needs.get-affected.outputs.test-unit)[0] }}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We would expect to validate the Swagger when something affecting the unit tests for the API change.

@p-fernandez p-fernandez force-pushed the feat-create-reusable-actions branch from a987cb3 to cfd1829 Compare August 16, 2023 10:29
@p-fernandez p-fernandez added this pull request to the merge queue Aug 16, 2023
Merged via the queue into next with commit e83889b Aug 16, 2023
@p-fernandez p-fernandez deleted the feat-create-reusable-actions branch August 16, 2023 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants