Skip to content

Commit

Permalink
ci: re-enable Cypress job
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Sep 8, 2024
1 parent 6a7b6dc commit 0648222
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0648222

Please sign in to comment.