From d65a95836b48530efa05912ae225ae13f887e183 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Mon, 11 Dec 2023 15:24:44 +0100 Subject: [PATCH] Revert "Enabled app build artifact caching in CI" This reverts commit 617d3a6ffc284d109eb2a9b11eec8b2acbdfce68. --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3246f4c88e..b394b7829d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,9 +18,6 @@ env: ${{ github.workspace }}/ghost/*/node_modules ~/.cache/ms-playwright/ CACHED_BUILD_PATHS: | - ${{ github.workspace }}/apps/*/dist - ${{ github.workspace }}/apps/*/es - ${{ github.workspace }}/apps/*/umd ${{ github.workspace }}/ghost/*/build NX_CACHE_RESTORE_KEYS: | nx-Linux-${{ github.ref }}-${{ github.sha }} @@ -186,7 +183,7 @@ jobs: - name: Build packages 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: dependency_cache_key: ${{ env.cachekey }}