Sha256: b0bdecd3c372f2077545d08af39f73371466c7be4cf82e74e90023af6d2e5d2c

Contents?: true

Size: 767 Bytes

Versions: 3

Compression:

Stored size: 767 Bytes

Contents

version: v1.0
name: minitest
agent:
  machine:
    type: e1-standard-2
    os_image: ubuntu2004

global_job_config:
  prologue:
    commands:
      - checkout
      - sem-version ruby 3.0.4
      - bundle config path 'vendor/bundle'
      - bundle install
  env_vars:
    - name: TZ
      value: "/usr/share/zoneinfo/America/New_York"
    - name: RAILS_ENV
      value: "test"
    - name: RACK_ENV
      value: "test"

blocks:
  - name: Rails Tests
    task:
      jobs:
        - name: Rails Tests
          commands:
            - git clone https://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@github.com/bigbinary/neeto_compliance
            - cd neeto_compliance/ && git checkout 3404e3dc33764a0f6d9c976c1cd73f9b56a1c913 && cd ..
            - bundle exec rake test

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
neetob-0.1.2 .semaphore/semaphore.yml
neetob-0.1.1 .semaphore/semaphore.yml
neetob-0.1.0 .semaphore/semaphore.yml