Skip to content

Commit 1185894

Browse files
Merge pull request #44 from webdevnerdstuff/dev
more stupid crap
2 parents 0316da9 + 4fc68a9 commit 1185894

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/cypress.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,5 @@ jobs:
5252
- name: Clear Vite cache
5353
run: rm -rf node_modules/.vite
5454

55-
- name: Cypress run
56-
uses: cypress-io/github-action@v6
57-
with:
58-
start: pnpm cy:run
59-
component: true
60-
browser: chrome
55+
- name: Run Cypress component tests
56+
run: pnpm cy:run:component

0 commit comments

Comments
 (0)