mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
run cypress tests in ci
This commit is contained in:
parent
b4eaa9ea2c
commit
a8944a2bd8
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build-and-test.yml
vendored
4
.github/workflows/build-and-test.yml
vendored
|
|
@ -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…
Add table
Add a link
Reference in a new issue