Skip to content

Commit b503431

Browse files
committed
removed unnecessary code from yml file
1 parent 02101cf commit b503431

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/cypress.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,9 @@ jobs:
2525
- name: Install dependencies
2626
run: npm install
2727

28-
# Install Cypress
29-
- name: Install Cypress
30-
run: npm install cypress --save-dev
31-
3228
# Run Cypress tests
3329
- name: Run Cypress Tests
34-
run: npx cypress run
30+
run: npm run judgeme
3531

3632
# Save Cypress videos and screenshots for debugging (optional)
3733
- name: Upload test artifacts

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@
1919
npm-debug.log*
2020
yarn-debug.log*
2121
yarn-error.log*
22+
23+
.early.coverage

0 commit comments

Comments
 (0)