From: Jeremy Thomas Date: Sun, 31 Oct 2021 00:22:34 +0000 (+0100) Subject: Record runs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a277803416425968b58921cbb7a9e6e4fb39d92;p=thirdparty%2Fbulma.git Record runs --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3097864d6..301a09174 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }}