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