From 698782307cf04313744099aed88821d7f5ba7f17 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 9 Nov 2023 13:59:42 +0100 Subject: [PATCH] ci(cy): has npm_package_name been fixed? Signed-off-by: Max --- .github/workflows/cypress.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 0c3004ea1c..05be281ca5 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -147,7 +147,7 @@ jobs: cat data/nextcloud.log - name: Cypress run - uses: cypress-io/github-action@v4 + uses: cypress-io/github-action@v6 with: record: '${{ !!matrix.run-in-parallel }}' # only on pull requests parallel: '${{ !!matrix.run-in-parallel }}' # only on pull requests @@ -160,7 +160,6 @@ jobs: COMMIT_INFO_MESSAGE: ${{ github.event.pull_request.title }} COMMIT_INFO_SHA: ${{ github.event.pull_request.head.sha }} CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} - npm_package_name: ${{ env.APP_NAME }} SPLIT: ${{ strategy.job-total }} SPLIT_INDEX: ${{ strategy.job-index }}