aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZog2018-02-09 10:18:56 +0100
committerZog2018-02-09 10:18:56 +0100
commit54c4cd2ddb23e3acf756881c23e78cf61d23e1a6 (patch)
treef47ba923b65adbe139211cb151d4465b6f5cd22f
parenta3d7ced00bf68b44720cd4e09ebdb018c37c62bd (diff)
downloadchouette-core-54c4cd2ddb23e3acf756881c23e78cf61d23e1a6.tar.bz2
Refs 5807; Force jest specs5807-update-webpacker
-rw-r--r--lib/tasks/ci.rake4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake
index 13d7b8d73..fdd813516 100644
--- a/lib/tasks/ci.rake
+++ b/lib/tasks/ci.rake
@@ -38,8 +38,8 @@ namespace :ci do
end
task :jest => "ci:assets" do
- sh "yarn --no-progress install" # Hack to force install jest after webpack
- sh "node_modules/.bin/jest" unless ["CHOUETTE_JEST_DISABLED"]
+ sh "yarn --no-progress install" # Hack to force install jest after webpack
+ sh "node_modules/.bin/jest"
end
desc "Deploy after CI"