Sha256: 2d2af82738c2ab133831840dfc36d5964d4787b28ecb85492fa5f335a8ffefaf
Contents?: true
Size: 1.78 KB
Versions: 4
Compression:
Stored size: 1.78 KB
Contents
version: v1.0 name: Ruby agent: machine: type: e1-standard-2 os_image: ubuntu1804 blocks: - name: Run Sorbet 🍦 task: jobs: - name: srb tc commands: - checkout - bundle install - bundle exec srb tc - name: Run Rubocop 🚔 task: jobs: - name: rubocop commands: - checkout - bundle install - bundle exec rubocop - name: Run Tests 👩🏽🔬 task: secrets: - name: codecov-workos-ruby jobs: - name: Ruby 1.9.3 commands: - checkout - sem-version ruby 1.9.3 - bundle install - bundle exec rspec - name: Ruby 2.0.0 commands: - checkout - sem-version ruby 2.0.0 - bundle install - bundle exec rspec - name: Ruby 2.3.4 commands: - checkout - sem-version ruby 2.3.4 - bundle install - bundle exec rspec - name: Ruby 2.5.7 commands: - checkout - sem-version ruby 2.5.7 - bundle install - bundle exec rspec - name: Ruby 2.6.5 commands: - checkout - sem-version ruby 2.6.5 - bundle install - bundle exec rspec - name: Ruby 2.7.3 commands: - checkout - sem-version ruby 2.7.3 - bundle install - bundle exec rspec - name: Ruby 3.0.1 commands: - checkout - sem-version ruby 3.0.1 - bundle install - bundle exec rspec promotions: - name: Deploy workos-rb to rubygems pipeline_file: rubygems.yml
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
workos-1.0.0 | .semaphore/semaphore.yml |
workos-0.11.2 | .semaphore/semaphore.yml |
workos-0.11.1 | .semaphore/semaphore.yml |
workos-0.11.0 | .semaphore/semaphore.yml |