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