Skip to content

Commit

Permalink
modify action
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Aug 23, 2024
1 parent 50620e7 commit dae1d11
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,15 @@ jobs:
# echo "Waiting for server..."
# sleep 5
# done
- name: Run Cypress tests
run: |
wait-on http://localhost:5173
cypress run
# - name: Run Cypress tests
# run: |
# # wait-on http://localhost:5173
# cypress run

# # # Install npm dependencies, cache them correctly
# and run all Cypress tests
- name: Run tests
uses: cypress-io/github-action@v6
# with:
# start: npm start
# wait-on: 'http://localhost:5173'

0 comments on commit dae1d11

Please sign in to comment.