Sha256: 663520b2da0eb5da774068f67d3237814c654129dc7f9814ff9071cb66445bcc
Contents?: true
Size: 878 Bytes
Versions: 5
Compression:
Stored size: 878 Bytes
Contents
version: 2.1 orbs: sonarcloud: sonarsource/sonarcloud@1.0.1 jobs: build: docker: - image: circleci/ruby:2.7 environment: BUNDLE_JOBS: "3" BUNDLE_PATH: vendor/bundle BUNDLE_RETRY: "3" steps: - checkout - restore_cache: keys: - nonnative-gem-cache-{{ checksum "Gemfile.lock" }} - nonnative-gem-cache- - run: make dependencies - save_cache: key: nonnative-gem-cache-{{ checksum "Gemfile.lock" }} paths: - vendor/bundle - run: make features - store_test_results: path: reports - run: make analysis - store_artifacts: path: coverage - store_artifacts: path: features/logs - sonarcloud/scan workflows: nonnative: jobs: - build: context: SonarCloud
Version data entries
5 entries across 5 versions & 1 rubygems