chore: turn off cypress tests in github actions

This commit is contained in:
Nelson Jovel 2023-12-06 14:02:00 -08:00
parent b7e670bb60
commit f84ab5fb28
2 changed files with 1 additions and 4 deletions

View file

@ -48,5 +48,3 @@ jobs:
run: yarn install
- name: Run javascript tests
run: yarn test
- name: Run Cypress tests
run: bundle exec rake cypress:run