Skip to content

Commit dae1d11

Browse files
committed
modify action
1 parent 50620e7 commit dae1d11

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.github/workflows/build.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,15 @@ jobs:
7373
# echo "Waiting for server..."
7474
# sleep 5
7575
# done
76-
- name: Run Cypress tests
77-
run: |
78-
wait-on http://localhost:5173
79-
cypress run
76+
# - name: Run Cypress tests
77+
# run: |
78+
# # wait-on http://localhost:5173
79+
# cypress run
80+
81+
# # # Install npm dependencies, cache them correctly
82+
# and run all Cypress tests
83+
- name: Run tests
84+
uses: cypress-io/github-action@v6
85+
# with:
86+
# start: npm start
87+
# wait-on: 'http://localhost:5173'

0 commit comments

Comments
 (0)