ci: correct directory path for testapp startup in E2E workflow

This commit is contained in:
Carlos Santos 2025-05-13 14:17:12 +02:00
parent 492a70251d
commit 9630fa475d

View File

@ -53,7 +53,9 @@ jobs:
- name: Start testapp
shell: bash
run: |
cd frontend/testapp
cd testapp
npm install
npm run build
npm run start &
- name: Wait for testapp to Start
run: wait-on --timeout 30000 http://localhost:5080