Skip to content

Commit

Permalink
pipeline test
Browse files Browse the repository at this point in the history
  • Loading branch information
mateus-po committed Jan 8, 2024
1 parent e849467 commit 9fc855f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/tests_database_ci.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
pwd
cd ../..
pwd
sudo apt-get update && sudo apt-get install libvips42
bundle config --local path vendor/bundle
bundle check || bundle install
Expand All @@ -7,4 +10,4 @@ TESTFILES=$(circleci tests glob "spec/**/*_spec.rb" | circleci tests split --spl
bundle exec rspec --format documentation \
--format RspecJunitFormatter \
-o ~/rspec/rspec.xml \
-- ${TESTFILES}
-- ${TESTFILES}

0 comments on commit 9fc855f

Please sign in to comment.