This commit is contained in:
resonic-user 2025-06-15 19:54:37 +00:00
parent 9f22cfad93
commit b9b1660148

View File

@ -48,10 +48,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: test wait function is working
- name: Wait for webapp to be ready
run: |
npm install --no-save wait-on
npx wait-on http://localhost:3000 --timeout 120000
npm install --no-save wait-on
npx wait-on http://localhost:3000 --timeout 120000
- name: Checkout code
uses: actions/checkout@v4