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