Record runs

This commit is contained in:
Jeremy Thomas 2021-10-31 01:22:34 +01:00
parent 4244751d45
commit 8a27780341

View file

@ -47,3 +47,7 @@ jobs:
build: npm run bulma-sass
start: jekyll serve --host 127.0.0.1 --port 4000
wait-on: "http://127.0.0.1:4000"
record: true
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}