-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create test-Docker-build-works.yml #115
Conversation
@cjyetman We're getting close to including docker actions in https://github.com/RMI-PACTA/actions. Maybe let's just use that? (some time next week) |
trying to achieve something completely different than that here |
@cjyetman what are you trying to achieve with this PR? Under the current system, the docker build process requires a Possible options:
|
I wanted a quick auto-test that the Docker build does not get broken by changes... because otherwise I'm testing locally once in RStudio and then once in Docker every time I change something. |
Yeah, I stalled on enabling the GitHub PAT and figured it would be easier to just wait till we're not using private repos anymore, e.g. the requisite repos become public. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
adds a very quick and simple test to ensure that a successful build of the Docker image is not affected by a PR