Skip to content

Commit

Permalink
Merge pull request #963 from ministryofjustice/add-jasmine-ci
Browse files Browse the repository at this point in the history
add jasmine tests to circle run
  • Loading branch information
starswan authored Sep 30, 2020
2 parents bdbd3ca + 29abe9e commit faa9f09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ jobs:
environment:
RAILS_ENV: test
RACK_ENV: test
- run:
name: Jasmine tests
command: bundle exec rake jasmine:ci
- store_test_results:
path: coverage
- store_artifacts:
Expand Down

0 comments on commit faa9f09

Please sign in to comment.