This commit is contained in:
resonic-user 2025-06-15 20:05:26 +00:00
parent 6a93c954f8
commit 74ace1c81f

View File

@ -27,9 +27,10 @@ jobs:
- name: Wait for webapp to be ready
run: |
npm install --no-save wait-on
yarn add --no-lockfile wait-on
npx wait-on http://localhost:3000 --timeout 120000
- uses: docker/setup-buildx-action@v3
- name: Build ${{ matrix.service }} image
@ -140,8 +141,9 @@ jobs:
- name: Wait for webapp to be ready
run: |
npm install --no-save wait-on
yarn add --no-lockfile wait-on
npx wait-on http://localhost:3000 --timeout 120000
- name: Full stack tests | run tests
id: e2e-tests