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

Added workflows for building, testing, releasing #16

Merged
merged 3 commits into from
Jan 10, 2025
Merged

Added workflows for building, testing, releasing #16

merged 3 commits into from
Jan 10, 2025

Conversation

beforan
Copy link
Member

@beforan beforan commented Jan 10, 2025

Pull Request Contents

🛠️ Repo maintenance

Description

This PR migrates workflows from the old repository for:

  • Checking container image builds on PRs
  • Releasing built container images to GitHub Container Registry on merges to main (Dev releases)

It also adds a workflow for checking unit tests pass on PRs, which will be useful in future when the codebase has independent unit tests.

It should be noted that currently all tests are integration tests which depend on a valid database connection in the environment, and therefore we skip these tests in CI.

Related Issues or other material

  • This PR relates to one or more issues, detailed below

✅ Added/updated tests?

  • This PR contains relevant tests
    • Or doesn't need to per the below explanation
      workflows only; no new source code
  • I've completed all actions and tasks detailed in the PR Template

@beforan beforan merged commit 0a13396 into main Jan 10, 2025
2 checks passed
@beforan beforan deleted the workflows branch January 10, 2025 18:40
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.

Pytest CI
1 participant