diff --git a/.circleci/tests_database_ci.sh b/.circleci/tests_database_ci.sh index f633275b92..ed6d3308f9 100644 --- a/.circleci/tests_database_ci.sh +++ b/.circleci/tests_database_ci.sh @@ -1,10 +1,12 @@ -#!/bin/bash -eo pipefail +#!/bin/sh +set -euxo pipefail +pwd sudo apt-get update && sudo apt-get install libvips42 bundle config --local path vendor/bundle bundle check || bundle install bundle exec rake test_app -cd spec/dummy && yarn unlink @spree/dashboard +cd spec/dummy && yarn unlink @spree/dashboard && cd ~/spree TESTFILES=$(circleci tests glob "spec/**/*_spec.rb" | circleci tests split --split-by=timings) echo $TESTFILES pwd