Sha256: cf92c0a5599793fa6fea82c2f88886ee0d62b14e1f0e72ce058e0be8b466a63e

Contents?: true

Size: 845 Bytes

Versions: 1

Compression:

Stored size: 845 Bytes

Contents

version: 2.1
jobs:
  build:
    # working_directory: ~/appName
    docker:
      - image: cimg/ruby:2.7.7
        environment:
          PG_HOST: localhost
          PG_USER: ubuntu
      - image: cimg/postgres:15.1
        environment:
          POSTGRES_USER: ubuntu
          POSTGRES_DB: circle_test
          POSTGRES_PASSWORD: $POSTGRES_DB_PASSWORD
    steps:
      - checkout
      - run:
          name: Install Ruby Dependencies
          command: bundle install
      - run:
          name: Install Appraisals Dependencies
          command: bundle exec appraisal install
      - run:
          name: Run Appraisals Tests
          environment:
            POSTGRES_DB_USERNAME: ubuntu
            POSTGRES_DB_DATABASE: circle_test
            POSTGRES_DB_PASSWORD: $POSTGRES_DB_PASSWORD
          command: bundle exec appraisal rspec

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
migration-lock-timeout-1.4.0 .circleci/config.yml