From d4beece1deba33ece93683c38e430a5b1b45a809 Mon Sep 17 00:00:00 2001 From: Matthew Elwell Date: Thu, 21 Nov 2024 18:13:04 +0000 Subject: [PATCH] npm install --- .github/workflows/manual-e2e-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/manual-e2e-tests.yml b/.github/workflows/manual-e2e-tests.yml index 6e304a467955..93ada1030c1c 100644 --- a/.github/workflows/manual-e2e-tests.yml +++ b/.github/workflows/manual-e2e-tests.yml @@ -34,5 +34,6 @@ jobs: FLAGSMITH_API_URL: ${{ inputs.api-url || 'http://3.8.139.31:8000/api/v1/' }} E2E_CONCURRENCY: ${{ inputs.e2e-concurrency || 1 }} run: | + npm ci npm run env npm run test