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: run integration tests on PR #562

Merged
merged 19 commits into from
Jul 16, 2024
Merged

feat: run integration tests on PR #562

merged 19 commits into from
Jul 16, 2024

Conversation

cka-y
Copy link
Contributor

@cka-y cka-y commented Jul 15, 2024

Summary:

  • Added a GitHub Action that connects the local API to the QA database to run integration tests.
  • Introduced a DATASETS_LIMIT environment variable to limit the number of datasets tested. This is set to 25 for local integration tests.

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)

@cka-y cka-y linked an issue Jul 15, 2024 that may be closed by this pull request
@cka-y cka-y merged commit 85b283b into main Jul 16, 2024
3 checks passed
@cka-y cka-y deleted the feat/549 branch July 16, 2024 16:28
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.

Run integration tests on PR
2 participants