From 6999ca906def85e0aca1aaf6657045f92f110b71 Mon Sep 17 00:00:00 2001 From: Nathan Curtis Date: Mon, 13 Jan 2025 19:37:38 -0800 Subject: [PATCH] [TM-1521] `--no-cache` appears not to work. --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index a4a57232..06729c2f 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -46,7 +46,7 @@ jobs: # in a clean way. For some reason, the `run-many` is necessary here. If this line simply uses # nx test database, the connection to the DB gets cut off before the sync is complete. - name: Sync DB Schema - run: NX_CLOUD_DISTRIBUTED_EXECUTION=false npx nx test database --no-cache + run: NX_CLOUD_DISTRIBUTED_EXECUTION=false npx nx test database --skip-nx-cache # Run the UDB service tests in isolation because they require clearing out DB tables and ensuring # they know exactly what's in them, which is not conducive to parallel runs with other test