CYPRESS_RECORD_KEY

This commit is contained in:
Karol Wypchło 2020-03-11 16:46:48 +01:00 committed by GitHub
parent a75a4493cc
commit 7a096067e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ jobs:
GATSBY_API_URL: "https://siasky.net"
- name: Cypress run
uses: cypress-io/github-action@v1
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
with:
record: true
start: npx http-server public --port 8000
wait-on: "http://localhost:8000"