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 Update actions/checkout action to v4 2023-09-05 14:29:11 +02:00
label-actions.yml Updated path to label-actions package 2023-08-29 13:46:17 +01:00
labeler.yml Switched to actions/labeler for PR labeling 2023-11-20 11:43:58 +01:00
migration-review.yml Update peter-evans/create-or-update-comment digest to ac8e650 2023-10-13 07:48:15 +02:00
stale.yml Update actions/stale action to v8 2023-06-02 10:41:35 +02:00