mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-18 19:01:29 +00:00
waittest
This commit is contained in:
parent
9f22cfad93
commit
b9b1660148
6
.github/workflows/test-e2e.yml
vendored
6
.github/workflows/test-e2e.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user