From 0ff58ab6339744694dea913809d702a3ae365e2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Wed, 26 Feb 2020 23:33:26 +0100 Subject: [PATCH] disabled rspec --- .github/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/tests.sh b/.github/tests.sh index 438379c..3162eb2 100755 --- a/.github/tests.sh +++ b/.github/tests.sh @@ -18,7 +18,7 @@ bundle install --without mysql #bundle exec rubocop # rake db:migrate # rake db:seed -bundle exec rspec -t ~type:system -t ~searchindex +# bundle exec rspec -t ~type:system -t ~searchindex bundle exec rake db:environment:set RAILS_ENV=test rake db:reset rake test:units