From 42aba89565105a27156bb397b6987e47f85720fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Por=C4=99bski?= Date: Mon, 8 Jan 2024 14:03:25 +0100 Subject: [PATCH] pipeline test --- .circleci/tests_database_ci.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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