mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
Set up jest with babel. Add failing test to see if it passes CI
This commit is contained in:
parent
1808c00b01
commit
771371d081
8 changed files with 7736 additions and 3 deletions
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
run: bundle install
|
||||
- name: Create DB
|
||||
run: bundle exec rake db:test:prepare
|
||||
- name: Run tests
|
||||
- name: Run rails tests
|
||||
run: bundle exec rake
|
||||
- name: Install javascript dependencies
|
||||
run: yarn install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue