Skip to content

Commit c476e89

Browse files
fix: resolve merge conflicts in sharing test files
Resolved merge conflicts in test files by combining functionality from both branches: - ProvideSharedPlugin: combined constructor/apply tests with filtering functionality tests - SharePlugin: combined helper methods with internal state access tests - Maintained comprehensive test coverage for all features - Preserved both updateHash tests and filtering tests without duplication 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
2 parents 017fac3 + 436d1af commit c476e89

File tree

3 files changed

+470
-2
lines changed

3 files changed

+470
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ jobs:
5959
run: nproc
6060

6161
- name: Run Build for All
62-
run: npx nx run-many --targets=build --projects=tag:type:pkg --parallel=4
62+
run: |
63+
npx nx run-many --targets=build --projects=tag:type:pkg --parallel=4 --skip-nx-cache
64+
npx nx run-many --targets=build --projects=tag:type:pkg --parallel=4
6365
6466
- name: Check Package Publishing Compatibility
6567
run: |

0 commit comments

Comments
 (0)