mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
run tests in parallel in CI
This commit is contained in:
parent
d89a207c31
commit
f9ff500f03
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
- name: Create DB
|
||||
run: bundle exec rake db:test:prepare
|
||||
- name: Run tests
|
||||
run: bundle exec rake
|
||||
run: bundle exec rake parallel:spec
|
||||
- name: Install javascript dependencies
|
||||
run: yarn install
|
||||
- name: Run javascript tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue