chore: remove reference to cypress test in ci

This commit is contained in:
Nelson Jovel 2023-12-20 14:14:56 -08:00
parent e7f06ef4e9
commit 7670246291

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