Ghost/.github/workflows
Daniel Lockyer 617d3a6ffc Enabled app build artifact caching in CI
fixes https://github.com/TryGhost/DevOps/issues/120

- we've seen errors in CI where the unit tests for the apps folder are
  being run concurrently, but the build assets are not present so
  multiple builds are happening for the same folder
- this leads to errors because Vite tries to cleanup or build folders
  at the same time
- this should fix that by eagerly building the apps and caching the
  output so unit tests run quicker
2023-12-11 12:28:27 +01:00
..
ci.yml Enabled app build artifact caching in CI 2023-12-11 12:28:27 +01:00
create-release-branch.yml
label-actions.yml
labeler.yml
migration-review.yml
stale.yml