mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 08:01:02 -04:00
Fixed cypress file path.
This commit is contained in:
parent
cf62973e33
commit
ef650be369
1 changed files with 1 additions and 1 deletions
|
@ -99,4 +99,4 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
npm run dev &
|
npm run dev &
|
||||||
curl --connect-timeout 10 --max-time 20 --retry 5 --retry-delay 10 --retry-max-time 60 --retry-connrefused http://127.0.0.1:9001/p/test
|
curl --connect-timeout 10 --max-time 20 --retry 5 --retry-delay 10 --retry-max-time 60 --retry-connrefused http://127.0.0.1:9001/p/test
|
||||||
./node_modules/cypress/bin/cypress run --config-file src/tests/frontend/cypress/cypress.config.js
|
./node_modules/cypress/bin/cypress run --config-file tests/frontend/cypress/cypress.config.js
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue