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