diff --git a/.github/workflows/main-workflow.yml b/.github/workflows/main-workflow.yml index 21bb4fc..d7772db 100644 --- a/.github/workflows/main-workflow.yml +++ b/.github/workflows/main-workflow.yml @@ -37,6 +37,8 @@ jobs: uses: actions/checkout@v3 # Install NPM dependencies, cache them correctly # and run all Cypress tests + - name: Install dependencies + run: npm ci --legacy-peer-deps - name: Cypress run uses: cypress-io/github-action@v5 # use the explicit version number with: @@ -52,6 +54,8 @@ jobs: uses: actions/checkout@v3 # Install NPM dependencies, cache them correctly # and run all Cypress tests + - name: Install dependencies + run: npm ci --legacy-peer-deps - name: Cypress run uses: cypress-io/github-action@v5 # use the explicit version number with: