Skip to content

Commit 79ec5ce

Browse files
update workflow to remove vie cache
1 parent 8c3c673 commit 79ec5ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cypress.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
- name: Install dependencies
5050
run: pnpm install
5151

52+
- name: Clear Vite cache
53+
run: rm -rf node_modules/.vite
54+
5255
- name: Cypress run
5356
uses: cypress-io/github-action@v6
5457
with:

0 commit comments

Comments
 (0)