Sha256: f3f6072ee20b61f4e1132f9c992101c624280392ee52ef11c0c66183b89099ba
Contents?: true
Size: 764 Bytes
Versions: 4
Compression:
Stored size: 764 Bytes
Contents
version: 2 jobs: build: docker: - image: circleci/ruby:2.7 steps: - checkout - run: name: Bundle Install command: | gem install bundler && \ bundle check || bundle install - run: name: Run rspec in parallel command: | bundle exec rspec --profile 10 \ --format RspecJunitFormatter \ --out test_results/rspec.xml \ --format progress \ $(circleci tests glob "spec/**/*_spec.rb" | circleci tests split --split-by=timings) - store_test_results: path: test_results workflows: version: 2 build: jobs: - build
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
restful_resource-2.12.1 | .circleci/config.yml |
restful_resource-2.12.0 | .circleci/config.yml |
restful_resource-2.11.0 | .circleci/config.yml |
restful_resource-2.10.3 | .circleci/config.yml |