Sha256: 9a38abc571c927e909367b88a678ec8af0b1ab7bab5941ac258dfb39683ae9ca
Contents?: true
Size: 1.06 KB
Versions: 21
Compression:
Stored size: 1.06 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 matrix: - env_var: RUBY_VERSION values: - 1.9.3-p551 - 2.0.0-p648 - 2.3.4 - 2.5.7 - 2.6.5 - 2.7.3 - 3.0.2 commands: - checkout - sem-version ruby $RUBY_VERSION - bundle install - bundle exec rspec promotions: - name: Deploy workos-rb to rubygems pipeline_file: rubygems.yml
Version data entries
21 entries across 21 versions & 1 rubygems