Skip to content
Snippets Groups Projects
Commit e4ec3446 authored by Rubén Dávila's avatar Rubén Dávila
Browse files

Precompile assets before running feature specs. #4662

parent 25bf3eb8
Branches
Tags
1 merge request!2220Fix intermittent timeout problems with feature specs.
Pipeline #
Loading
@@ -12,6 +12,7 @@ before_script:
Loading
@@ -12,6 +12,7 @@ before_script:
   
spec:feature: spec:feature:
script: script:
- RAILS_ENV=test bundle exec rake assets:precompile 2>/dev/null
- RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:feature - RAILS_ENV=test SIMPLECOV=true bundle exec rake spec:feature
tags: tags:
- ruby - ruby
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment