From 74ace1c81f7d37bd387b02330dd24e8083b9988a Mon Sep 17 00:00:00 2001 From: resonic-user Date: Sun, 15 Jun 2025 20:05:26 +0000 Subject: [PATCH] wait --- .github/workflows/test-e2e.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index dccf1d983..6e84cc7c3 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -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