Sha256: af4e9675952858eaea96ecb83a84666761f74f484ffd8184919a0109914efcbc

Contents?: true

Size: 1.06 KB

Versions: 3

Compression:

Stored size: 1.06 KB

Contents

version: v1.0
name: Test
agent:
  machine:
    type: e1-standard-2
    os_image: ubuntu2004
blocks:
  - name: Setup
    task:
      jobs:
        - name: "Checkout"
          commands:
            - checkout
            - ls
            - rm -f .rbenv-version .ruby-version
  - name: Spec versions
    task:
      jobs:
        - name: "3.1"
          commands:
            - checkout
            - sem-version ruby 3.1
            - cache restore
            - gem install bundler:2.5.19
            - bundle install
            - cache store
            - bundle exec rspec
        - name: "3.2"
          commands:
            - checkout
            - sem-version ruby 3.2
            - cache restore
            - gem install bundler:2.5.19
            - bundle install
            - cache store
            - bundle exec rspec
        - name: "3.3"
          commands:
            - checkout
            - sem-version ruby 3.3
            - cache restore
            - gem install bundler:2.5.19
            - bundle install
            - cache store
            - bundle exec rspec

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
epics-2.7.0 .semaphore/semaphore.yml
epics-2.6.0 .semaphore/semaphore.yml
epics-2.5.0 .semaphore/semaphore.yml