Skip to content

Commit

Permalink
Merge pull request #186 from CDLUC3/development
Browse files Browse the repository at this point in the history
maDMP, conditional questions and google analytics
  • Loading branch information
briri authored Jun 16, 2020
2 parents c4ea3ab + 9a15e5d commit 0c62710
Show file tree
Hide file tree
Showing 506 changed files with 19,988 additions and 4,783 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
266 changes: 166 additions & 100 deletions Gemfile

Large diffs are not rendered by default.

Loading

0 comments on commit 0c62710

Please sign in to comment.