From 8c6a6bdc4aeea82286d28d08d545f9d0dc5f7be8 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Tue, 17 Sep 2024 22:37:14 -0700 Subject: [PATCH] install --- .github/actions/test-ruby/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/test-ruby/action.yml b/.github/actions/test-ruby/action.yml index d7295269..a1010aab 100644 --- a/.github/actions/test-ruby/action.yml +++ b/.github/actions/test-ruby/action.yml @@ -147,7 +147,7 @@ runs: - name: Run Tests run: | - bundle exec rspec -f j -o tmp/rspec_results.json -f p + bundle exec rspec -f j -o tmp/rspec_results.json -f p spec/services/data_sphere/extractor_spec.rb shell: bash - name: RSpec Report