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: on:
push: push:
branches: [ main ] branches: [ main-switch-to-cypress ]
jobs: jobs:
test: test:
@ -48,3 +48,5 @@ jobs:
run: yarn install run: yarn install
- name: Run javascript tests - name: Run javascript tests
run: yarn test run: yarn test
- name: Run Cypress tests
run: bundle exec rake cypress:run

Loading…
Cancel
Save