mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-19 11:21:26 +00:00
wait
This commit is contained in:
parent
6a93c954f8
commit
74ace1c81f
6
.github/workflows/test-e2e.yml
vendored
6
.github/workflows/test-e2e.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user