Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
run-tests.yml: implement docker layer caching
This GitHub Action caches all layers that are created after the step where it is specified (which is why we pre-fetch some pull-only images that we know we'll be using to run the tests). The goal is faster CI by speeding up the build stage.
- Loading branch information