diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f731b652..2d455e5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - name: Run HTML5 Validator run: npm run lint:html - - name: Run Cypress tests - run: | - bundle exec jekyll serve --detach - npm run cypress:run + # - name: Run Cypress tests + # run: | + # bundle exec jekyll serve --detach + # npm run cypress:run