Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Johnson committed Jan 13, 2021
1 parent 9dbf860 commit 3f47f69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ steps:
gem install bundler
bundle install --retry=3 --jobs=4
displayName: 'bundle install'

- script: |
./Automation/configure-install-db.sh
displayName: 'Configure DB'

- script: bundle exec rake
displayName: 'bundle exec rake'

0 comments on commit 3f47f69

Please sign in to comment.