From b9b16601485ae6efb709186eb5234a019fcb941d Mon Sep 17 00:00:00 2001 From: resonic-user Date: Sun, 15 Jun 2025 19:54:37 +0000 Subject: [PATCH] waittest --- .github/workflows/test-e2e.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 06003bcff..43708a3cd 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -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