run cypress tests in ci

pull/2/head
rebuilt 2 years ago
parent b4eaa9ea2c
commit a8944a2bd8

@ -2,7 +2,7 @@ name: Build and Test
on:
push:
branches: [ main ]
branches: [ main-switch-to-cypress ]
jobs:
test:
@ -48,3 +48,5 @@ jobs:
run: yarn install
- name: Run javascript tests
run: yarn test
- name: Run Cypress tests
run: bundle exec rake cypress:run

Loading…
Cancel
Save