From f16df4e6b168fe9c8c7f1633c90433b1050094a1 Mon Sep 17 00:00:00 2001 From: Jason Jean Date: Wed, 18 Dec 2024 12:01:02 -0500 Subject: [PATCH] chore(repo): test cache --- .circleci/config.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bb77bd5ec..46f073151 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,7 +32,7 @@ jobs: - run: yarn nx-cloud record -- nx format:check --base=$NX_BASE --head=$NX_HEAD - run: yarn nx affected --base=$NX_BASE --head=$NX_HEAD -t lint,test,build,e2e-ci --parallel 4 - run: yarn nx affected --base=$NX_BASE --head=$NX_HEAD -t deploy --no-agents - - run: git rev-parse HEAD > dist/last-deploy.txt + - run: mkdir dist && git rev-parse HEAD > dist/last-deploy.txt - save_cache: key: last-deploy-sha paths: diff --git a/README.md b/README.md index fb4cb1581..6dde831b7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# NxExample +# NxExample test This project was generated using [Nx](https://nx.dev).