Sha256: db5e9c983c394e90c9b137d7ceafb74d1227acfb342bf3bc90281c262ede1f69
Contents?: true
Size: 487 Bytes
Versions: 2
Compression:
Stored size: 487 Bytes
Contents
version: 2.1 orbs: ruby: circleci/ruby@1.0 jobs: build: docker: - image: cimg/ruby:2.5 steps: - checkout - ruby/install-deps test: parallelism: 3 docker: - image: cimg/ruby:2.5 environment: BUNDLE_JOBS: "3" BUNDLE_RETRY: "3" steps: - checkout - ruby/install-deps - ruby/rspec-test workflows: version: 2 build_and_test: jobs: - build - test: requires: - build
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
coffee_table-0.4.1 | .circleci/config.yml |
coffee_table-0.3.0 | .circleci/config.yml |