fix tests

This commit is contained in:
Philipp Kühn
2021-09-17 23:53:07 +02:00
committed by GitHub
parent 569aa15c4f
commit f60b94224c

View File

@@ -92,7 +92,7 @@ jobs:
uses: cypress-io/github-action@v2 uses: cypress-io/github-action@v2
with: with:
cache-key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }} cache-key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}
start: yarn start:demos start: yarn start
wait-on: 'http://localhost:3000' wait-on: 'http://localhost:3000'
project: ./tests project: ./tests
browser: chrome browser: chrome