Skip to content

Commit d462620

Browse files
committed
test
1 parent 2840dbf commit d462620

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ jobs:
182182
run: |
183183
if [ -f "workbench/${{ matrix.app.name }}/resolve-symlinks.sh" ]; then
184184
cd workbench/${{ matrix.app.name }} && ./resolve-symlinks.sh
185+
# Clean build cache after resolving symlinks to ensure fresh file watchers
186+
rm -rf .next .nitro .svelte-kit dist
185187
fi
186188
187189
- name: Run E2E Tests

0 commit comments

Comments
 (0)