add path to config file

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

View File

@@ -24,6 +24,7 @@ jobs:
with: with:
group: Tests on Node v${{ matrix.node }} 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
start: yarn start start: yarn start
wait-on: 'http://localhost:3000' wait-on: 'http://localhost:3000'
browser: chrome browser: chrome