do not record cypress videos

This commit is contained in:
Karol Wypchło 2020-07-31 01:02:12 +02:00 committed by GitHub
parent b70d4f143e
commit 9ae5a8df0b
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: true
record: false
start: npx http-server public --port 8000
wait-on: "http://localhost:8000"