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

[OBPIH-6385, OBPIH-6386] Run API tests in GitHub CI flows #4677

Merged
merged 3 commits into from
Jun 19, 2024

Conversation

EWaterman
Copy link
Collaborator

Covers both of:

Allows us to run all our backend tests when a PR is created or updated, and also when a commit is merged to develop, master, or release/*.

We can also now define the database that our tests run against via: TEST_DATABASE=mysql:5.7.44 ./grailsw test-app and our github action will run all the backend tests against MySQL 5.7, MySQL 8, and MariaDB.

When run in a PR, it looks like the following:
Screenshot from 2024-06-17 15-03-23

@EWaterman EWaterman added the status: ready for review Flags that a pull request is ready to be reviewed label Jun 17, 2024
@EWaterman EWaterman merged commit dcbae09 into develop Jun 19, 2024
5 checks passed
@EWaterman EWaterman deleted the feature/OBPIH-6385-run-tests-on-pr branch June 19, 2024 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: ready for review Flags that a pull request is ready to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants