Sha256: 593921ed2fd9730bfc06430b22650573d008e1201b82fc9bbc14ed18480c27f6
Contents?: true
Size: 1.79 KB
Versions: 8
Compression:
Stored size: 1.79 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-p551 - bundle install - bundle exec rspec - name: Ruby 2.0.0 commands: - checkout - sem-version ruby 2.0.0-p648 - 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
8 entries across 8 versions & 1 rubygems