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
|
- name: Create DB
|
||||||
run: bundle exec rake db:test:prepare
|
run: bundle exec rake db:test:prepare
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: bundle exec rake
|
run: bundle exec rake parallel:spec
|
||||||
- name: Install javascript dependencies
|
- name: Install javascript dependencies
|
||||||
run: yarn install
|
run: yarn install
|
||||||
- name: Run javascript tests
|
- name: Run javascript tests
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,4 @@ set -eux
|
||||||
|
|
||||||
git rev-parse --show-toplevel
|
git rev-parse --show-toplevel
|
||||||
|
|
||||||
bundle exec rake && yarn test && git push
|
bundle exec rake parallel:spec && yarn test && git push
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue