remove group key
This commit is contained in:
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user