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

Cache backend and frontend builds in GitHub actions so we don't have to rebuild them in the build_image stage #76

Open
banool opened this issue Jun 29, 2020 · 0 comments
Labels
github_actions Pull requests that update Github_actions code

Comments

@banool
Copy link
Owner

banool commented Jun 29, 2020

We build both the frontend and the backend in order to run the tests, but then we rebuild them to push the final image. We could avoid having to do this if we cached their output.

The build_image job currently uses docker based caching, but the tests can't benefit from that. Perhaps we could run the tests in a container instead and then benefit from the same cache.

@kemcbride kemcbride added the github_actions Pull requests that update Github_actions code label Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update Github_actions code
Projects
None yet
Development

No branches or pull requests

2 participants