Skip to content

Commit

Permalink
Tests properly running on CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
mateus-po committed Jan 8, 2024
1 parent 28d2640 commit 59321c1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 22 deletions.
4 changes: 0 additions & 4 deletions .circleci/bundle_ruby_3_0.sh

This file was deleted.

3 changes: 0 additions & 3 deletions .circleci/bundle_ruby_3_2.sh

This file was deleted.

13 changes: 0 additions & 13 deletions .circleci/tests_database_ci.sh

This file was deleted.

4 changes: 2 additions & 2 deletions bin/tests_database_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
-- ${TESTFILES}

0 comments on commit 59321c1

Please sign in to comment.