Skip to content

Commit

Permalink
[wip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgriffiniii committed May 25, 2022
1 parent a1f687b commit d30b2f3
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,7 @@ jobs:
- run:
name: 'Lint the source code files using RuboCop'
command: 'bundle exec rubocop --config=./.rubocop.yml --parallel'
#- samvera/parallel_rspec
- run:
name: 'Executing the test suites using RSpec'
command: |
mkdir /tmp/test-results
bundle exec rspec $(circleci tests glob "spec/**/*_spec.rb" | circleci tests split --split-by=timings)
- store_test_results:
path: /tmp/test-results
- store_artifacts:
path: /tmp/test-results
destination: test-results
- samvera/parallel_rspec

workflows:
version: 2
Expand Down

0 comments on commit d30b2f3

Please sign in to comment.