Skip to content

Commit

Permalink
Merge pull request #2569 from DMPRoadmap/development
Browse files Browse the repository at this point in the history
v2.2.0 release candidate
  • Loading branch information
briri committed Jun 19, 2020
2 parents 483569f + 8dabb98 commit 29737ce
Show file tree
Hide file tree
Showing 392 changed files with 16,867 additions and 2,846 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,14 @@ jobs:
- name: 'Yarn Install'
run: |
yarn install
# Setup the database
- name: 'Setup Test DB'
run: bundle exec rake db:setup RAILS_ENV=test

# Migrate
- name: 'Migrate DB'
run: bundle exec rake db:migrate RAILS_ENV=test

# Compile the assets
- name: 'Compile Assets'
Expand Down
274 changes: 169 additions & 105 deletions Gemfile

Large diffs are not rendered by default.

Loading

0 comments on commit 29737ce

Please sign in to comment.