mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +00:00
try simple sleep instead of curl retry
This commit is contained in:
@ -27,7 +27,8 @@ jobs:
|
||||
- run:
|
||||
name: Run cypress tests
|
||||
command: |
|
||||
curl --retry-delay 5 --retry 10 --retry-connrefused https://localhost:3000
|
||||
## curl --retry-delay 5 --retry 10 --retry-connrefused https://localhost:3000
|
||||
sleep 60
|
||||
npm run cypress:run
|
||||
|
||||
workflows:
|
||||
|
Reference in New Issue
Block a user