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

Add Github action for building a Docker image for testing #84

Closed
wants to merge 36 commits into from

Conversation

gonuke
Copy link
Member

@gonuke gonuke commented Apr 10, 2024

This adds capabilities to use Github actions to build a docker image that we can then use for CI unit testing.

  • builds the docker image only including dependencies
  • uses that docker image to run tests
    • checks out the repo
    • saves Github secretes in the environment for the RLM server and RLM password
    • uses sed to update the license file with those secrets
    • runs pytests

@gonuke
Copy link
Member Author

gonuke commented Apr 11, 2024

Making progress here - two of the tests work fine.

@gonuke
Copy link
Member Author

gonuke commented Apr 26, 2024

Withdrawing this because @connoramoreno replicated it in #95

@gonuke gonuke closed this Apr 26, 2024
@connoramoreno connoramoreno deleted the gh_action branch April 26, 2024 20:12
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.

1 participant