]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Record runs
authorJeremy Thomas <bbxdesign@gmail.com>
Sun, 31 Oct 2021 00:22:34 +0000 (01:22 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sun, 31 Oct 2021 00:22:34 +0000 (01:22 +0100)
.github/workflows/main.yml

index 3097864d64ffa2481de6ad142b1619f59df8502d..301a091746ed81e242afa8e824090e7cace90dfa 100644 (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 }}