mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-28 04:35:04 -04:00
Add a daily scheduled workflow (server-ci-cache-warm.yml) that runs `make go-cache` inside the build container to pre-warm the Go module cache, build cache, and CI tool binaries. All server CI jobs restore from this cache read-only via a new composite action. Extract each CI tool's go install into a dedicated install-<tool> Makefile target so versions live in exactly one place. Add install-ci-tools and go-cache targets that tie it all together. |
||
|---|---|---|
| .. | ||
| calculate-cypress-results | ||
| calculate-playwright-results | ||
| check-e2e-test-only | ||
| restore-go-cache | ||
| runner-prep-openldap | ||
| save-junit-report-tms | ||
| webapp-setup | ||