Skip to content

chore: skip unit tests for DEV environment deployments #1130

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

Merged
merged 20 commits into from
Apr 24, 2025

Conversation

davidgamez
Copy link
Member

@davidgamez davidgamez commented Apr 22, 2025

Summary:

This PR is intended to save time and resources while deploying to DEV. This saves ~6 minutes per deployment and removes the need for +80% coverage while deploying to DEV.

Expected behavior:

Unit tests are skipped on the DEV environment API pipeline while still run in PRs and QA/PROD deployments.

Testing tips:

Review executed action.

Please make sure these boxes are checked before submitting your pull request - thanks!

  • Run the unit tests with ./scripts/api-tests.sh to make sure you didn't break anything
  • Add or update any needed documentation to the repo
  • Format the title like "feat: [new feature short description]". Title must follow the Conventional Commit Specification(https://www.conventionalcommits.org/en/v1.0.0/).
  • Linked all relevant issues
  • Include screenshot(s) showing how this pull request works and fixes the issue(s)

@davidgamez davidgamez marked this pull request as ready for review April 22, 2025 20:46
@davidgamez davidgamez requested review from cka-y and jcpitre April 23, 2025 15:59
Copy link
Contributor

@cka-y cka-y left a comment

Choose a reason for hiding this comment

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

LGTM!

@davidgamez davidgamez merged commit d52551a into main Apr 24, 2025
3 checks passed
@davidgamez davidgamez deleted the chore/skip_test_dev_env branch April 24, 2025 16:26
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.

2 participants