Sha256: 7ba0d3e8e95e0f80b99f1957d8e70f736c3060c9d611008d1220d275af1e1771

Contents?: true

Size: 1.31 KB

Versions: 3

Compression:

Stored size: 1.31 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.0"
          commands:
            - checkout
            - sem-version ruby 3.0
            - cache restore
            - gem install bundler:2.4.22
            - bundle install
            - cache store
            - bundle exec rspec
        - name: "3.1"
          commands:
            - checkout
            - sem-version ruby 3.1
            - cache restore
            - gem install bundler:2.4.22
            - bundle install
            - cache store
            - bundle exec rspec
        - name: "3.2"
          commands:
            - checkout
            - sem-version ruby 3.2
            - cache restore
            - gem install bundler:2.4.22
            - bundle install
            - cache store
            - bundle exec rspec
        - name: "3.3"
          commands:
            - checkout
            - sem-version ruby 3.3
            - cache restore
            - gem install bundler:2.4.22
            - bundle install
            - cache store
            - bundle exec rspec

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
epics-2.4.0 .semaphore/semaphore.yml
epics-2.3.0 .semaphore/semaphore.yml
epics-2.2.0 .semaphore/semaphore.yml