add path to config file
This commit is contained in:
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -24,6 +24,7 @@ jobs:
|
||||
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
|
||||
wait-on: 'http://localhost:3000'
|
||||
browser: chrome
|
||||
|
||||
Reference in New Issue
Block a user