Sha256: 8b529476e3e55d7570e4c9d5258221d6da55e955b4a791e3280ddb7172325c24
Contents?: true
Size: 795 Bytes
Versions: 51
Compression:
Stored size: 795 Bytes
Contents
version: 2.1 orbs: aws-ecr: circleci/aws-ecr@8.1.2 workflows: version: 2.1 build: jobs: - build: context: - AWS Shared - NPMJS Secrets jobs: build: machine: image: ubuntu-2004:current resource_class: large steps: - checkout - aws-ecr/ecr-login - run: name: Set a local .env file command: cp .env.example .env - run: name: Bring up the Core API command: make up - run: name: Install ruby deps command: sudo apt update && sudo apt install ruby-full - run: name: Install gems command: bundle install - run: name: Execute test suite command: bundle exec rspec --format documentation
Version data entries
51 entries across 51 versions & 1 rubygems