actually keep recording...

This commit is contained in:
Karol Wypchło 2020-07-31 01:03:21 +02:00 committed by GitHub
parent 9ae5a8df0b
commit 380e786b94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,6 +30,6 @@ jobs:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
record: false
record: true
start: npx http-server public --port 8000
wait-on: "http://localhost:8000"