From e202d7b29efdbb538b94c7699b3b103e205281f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Por=C4=99bski?= Date: Mon, 8 Jan 2024 14:39:37 +0100 Subject: [PATCH] pipeline test --- bin/tests_database_ci.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/tests_database_ci.sh b/bin/tests_database_ci.sh index 4b43da5e92..e5861ba6ae 100644 --- a/bin/tests_database_ci.sh +++ b/bin/tests_database_ci.sh @@ -2,9 +2,9 @@ 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 ../.. TESTFILES=$(circleci tests glob "spec/**/*_spec.rb" | circleci tests split --split-by=timings) bundle exec rspec --format documentation \ --format RspecJunitFormatter \ -o ~/rspec/rspec.xml \ - -- ${TESTFILES} \ No newline at end of file + -- ${TESTFILES}