mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
Revert "switch to running tests in parallel"
This reverts commit 561571e1e0.
This commit is contained in:
parent
561571e1e0
commit
3254d54fca
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-and-test.yml
vendored
4
.github/workflows/build-and-test.yml
vendored
|
|
@ -41,9 +41,9 @@ jobs:
|
|||
- name: Install rails dependencies
|
||||
run: bundle install
|
||||
- name: Create DB
|
||||
run: bundle exec rake parallel:setup
|
||||
run: bundle exec rake db:test:prepare
|
||||
- name: Run tests
|
||||
run: bundle exec rake parallel:spec
|
||||
run: bundle exec rake
|
||||
- name: Install javascript dependencies
|
||||
run: yarn install
|
||||
- name: Run javascript tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue