Skip to content

Commit

Permalink
[TM-1521] --no-cache appears not to work.
Browse files Browse the repository at this point in the history
  • Loading branch information
roguenet committed Jan 14, 2025
1 parent 02b1339 commit 6999ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6999ca9

Please sign in to comment.