Sha256: cbb45b683c62becfe4dc0aaf6ee235a5fa55aa8dd613fcea26a8943103f0735d
Contents?: true
Size: 1.06 KB
Versions: 2
Compression:
Stored size: 1.06 KB
Contents
version: v1.0 name: Ruby agent: machine: type: e1-standard-2 os_image: ubuntu2004 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
workos-4.1.0 | .semaphore/semaphore.yml |
workos-4.0.0 | .semaphore/semaphore.yml |