From 3bf2d8814f8fda2d3022c6741191ab5fdd5eb73e Mon Sep 17 00:00:00 2001 From: MathieuG-P <40181755+Zagrios@users.noreply.github.com> Date: Sun, 24 Sep 2023 17:33:07 +0200 Subject: [PATCH] Update e2e-tests.yaml --- .github/workflows/e2e-tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-tests.yaml b/.github/workflows/e2e-tests.yaml index fc5cf6f7..c3a090c4 100644 --- a/.github/workflows/e2e-tests.yaml +++ b/.github/workflows/e2e-tests.yaml @@ -25,7 +25,7 @@ jobs: cache: "npm" - name: Install dependencies - run: npm ci + run: npm i - name: Build run: npm run build @@ -40,4 +40,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: playwright-output - path: test-results \ No newline at end of file + path: test-results