diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5983ef57..885f4869 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,6 @@ jobs: - name: Cypress run uses: cypress-io/github-action@v2 with: - group: Tests on Node v${{ matrix.node }} cache-key: node-v${{ matrix.node }}-on-${{ runner.os }}-hash-${{ hashFiles('yarn.lock') }} config-file: tests/cypress.json start: yarn start