You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: