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