mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Revert "Enabled app build artifact caching in CI"
This reverts commit 617d3a6ffc
.
This commit is contained in:
parent
5023b336cb
commit
d65a95836b
1 changed files with 1 additions and 4 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -18,9 +18,6 @@ env:
|
||||||
${{ github.workspace }}/ghost/*/node_modules
|
${{ github.workspace }}/ghost/*/node_modules
|
||||||
~/.cache/ms-playwright/
|
~/.cache/ms-playwright/
|
||||||
CACHED_BUILD_PATHS: |
|
CACHED_BUILD_PATHS: |
|
||||||
${{ github.workspace }}/apps/*/dist
|
|
||||||
${{ github.workspace }}/apps/*/es
|
|
||||||
${{ github.workspace }}/apps/*/umd
|
|
||||||
${{ github.workspace }}/ghost/*/build
|
${{ github.workspace }}/ghost/*/build
|
||||||
NX_CACHE_RESTORE_KEYS: |
|
NX_CACHE_RESTORE_KEYS: |
|
||||||
nx-Linux-${{ github.ref }}-${{ github.sha }}
|
nx-Linux-${{ github.ref }}-${{ github.sha }}
|
||||||
|
@ -186,7 +183,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build packages
|
- name: Build packages
|
||||||
if: steps.cache_built_packages.outputs.cache-hit != 'true'
|
if: steps.cache_built_packages.outputs.cache-hit != 'true'
|
||||||
run: yarn nx run-many -t build:ts && yarn nx run-many -t build -p apps/*
|
run: yarn nx run-many -t build:ts
|
||||||
outputs:
|
outputs:
|
||||||
dependency_cache_key: ${{ env.cachekey }}
|
dependency_cache_key: ${{ env.cachekey }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue