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

Introduce build and test GitHub Actions CI config #12

Merged
merged 7 commits into from
Nov 10, 2023

Conversation

jhodapp
Copy link
Member

@jhodapp jhodapp commented Nov 10, 2023

Description

This PR introduces a GitHub Actions CI config to build and test the backend.

It also lays the foundation for the future by installing the seaORM CLI which will be needed for running DB tests in the near future.

GitHub Issue: Closes #6

Changes

  • Introduces GitHub Actions CI config to build and test the backend

Testing Strategy

See results of the CI run below attached to this PR.

Concerns

None

@jhodapp jhodapp added the enhancement Improves existing functionality or feature label Nov 10, 2023
@jhodapp jhodapp self-assigned this Nov 10, 2023
@jhodapp
Copy link
Member Author

jhodapp commented Nov 10, 2023

Actually my concern is false, it seems that GitHub now runs the CI workflow in this branch for itself. Very nice addition!

@jhodapp jhodapp merged commit 52c4b3e into main Nov 10, 2023
4 checks passed
@jhodapp jhodapp deleted the introduce_basic_github_ci_config branch February 24, 2024 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improves existing functionality or feature
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Establish basic CI pipeline for builds & tests
2 participants