From d6c0fb871729d9a997d14ef7d70d6b511c25b784 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Wed, 18 Sep 2024 17:05:51 -0700 Subject: [PATCH] all specs --- .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 67970473..8c2fca40 100644 --- a/.github/actions/test-ruby/action.yml +++ b/.github/actions/test-ruby/action.yml @@ -140,7 +140,7 @@ runs: - name: Run Tests run: | - bundle exec rspec -f j -o tmp/rspec_results.json -f p spec/services/data_sphere/extractor_spec.rb:14 + bundle exec rspec -f j -o tmp/rspec_results.json -f p shell: bash - name: RSpec Report