]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Update Cypress workflow
authorJeremy Thomas <bbxdesign@gmail.com>
Sat, 30 Oct 2021 22:56:54 +0000 (23:56 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sat, 30 Oct 2021 22:56:54 +0000 (23:56 +0100)
.github/workflows/main.yml

index 447630fffd29f8fcbd71248b9839c52684cf7b7c..ffbef2b48bd83e09f6bbc3e7cd3ef9986ca7b255 100644 (file)
@@ -11,4 +11,8 @@ jobs:
       - name: Cypress run
         uses: cypress-io/github-action@v2
         with:
+          working-directory: docs
           install-command: npm install
+          build: npm run bulma-sass
+          start: JEKYLL_ENV=production jekyll serve --host 127.0.0.1 --port 4000
+          wait-on: "http://127.0.0.1:4000"