remove group key

This commit is contained in:
Hans Pagel
2020-08-20 14:54:52 +02:00
parent 205b322222
commit 91385f8cd0

View File

@@ -22,7 +22,6 @@ jobs:
- name: Cypress run - name: Cypress run
uses: cypress-io/github-action@v2 uses: cypress-io/github-action@v2
with: with:
group: Tests on Node v${{ matrix.node }}
cache-key: node-v${{ matrix.node }}-on-${{ runner.os }}-hash-${{ hashFiles('yarn.lock') }} cache-key: node-v${{ matrix.node }}-on-${{ runner.os }}-hash-${{ hashFiles('yarn.lock') }}
config-file: tests/cypress.json config-file: tests/cypress.json
start: yarn start start: yarn start