0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Fixing CI

This commit is contained in:
Ronald Langeveld 2024-10-14 05:18:30 +04:00
parent 40bdd7e1db
commit 04f66be3b9

View file

@ -175,7 +175,7 @@ jobs:
cache: yarn cache: yarn
- name: Install dependencies - name: Install dependencies
run: yarn install --cached --immutable run: yarn install --immutable --check-cache
- name: Build packages - name: Build packages
if: steps.cache_built_packages.outputs.cache-hit != 'true' if: steps.cache_built_packages.outputs.cache-hit != 'true'