From 9630fa475d8c5d3d0af09997cc00f71e7e94340d Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Tue, 13 May 2025 14:17:12 +0200 Subject: [PATCH] ci: correct directory path for testapp startup in E2E workflow --- .github/workflows/wc-e2e-test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wc-e2e-test.yaml b/.github/workflows/wc-e2e-test.yaml index 1e7b53e..fa5f12c 100644 --- a/.github/workflows/wc-e2e-test.yaml +++ b/.github/workflows/wc-e2e-test.yaml @@ -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