ci: correct directory path for testapp startup in E2E workflow
This commit is contained in:
parent
492a70251d
commit
9630fa475d
4
.github/workflows/wc-e2e-test.yaml
vendored
4
.github/workflows/wc-e2e-test.yaml
vendored
@ -53,7 +53,9 @@ jobs:
|
|||||||
- name: Start testapp
|
- name: Start testapp
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cd frontend/testapp
|
cd testapp
|
||||||
|
npm install
|
||||||
|
npm run build
|
||||||
npm run start &
|
npm run start &
|
||||||
- name: Wait for testapp to Start
|
- name: Wait for testapp to Start
|
||||||
run: wait-on --timeout 30000 http://localhost:5080
|
run: wait-on --timeout 30000 http://localhost:5080
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user