mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
revert CI changes
This commit is contained in:
parent
043f6de8e7
commit
b2e1cdb074
1 changed files with 3 additions and 2 deletions
5
.github/workflows/build-and-test.yml
vendored
5
.github/workflows/build-and-test.yml
vendored
|
|
@ -29,6 +29,7 @@ jobs:
|
|||
PGHOST: localhost
|
||||
PGUSER: postgres
|
||||
PGPASSWORD: postgres
|
||||
RAILS_MASTER_KEY: "${{ secrets.RAILS_MASTER_KEY }}"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Ruby
|
||||
|
|
@ -38,9 +39,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