testwaiot

This commit is contained in:
resonic-user 2025-06-15 19:42:25 +00:00
parent e6237f39ee
commit 9f22cfad93

View File

@ -46,7 +46,13 @@ jobs:
prepare_cypress:
name: Fullstack | prepare cypress
runs-on: ubuntu-latest
steps:
- name: test wait function is working
run: |
npm install --no-save wait-on
npx wait-on http://localhost:3000 --timeout 120000
- name: Checkout code
uses: actions/checkout@v4