.semaphore/semaphore.yml in so_many_devices-0.2.0 vs .semaphore/semaphore.yml in so_many_devices-1.0.0
- old
+ new
@@ -12,21 +12,20 @@
- name: tests
execution_time_limit:
minutes: 10
dependencies: []
task:
- secrets:
- - name: so_many_devices
env_vars:
- name: RAILS_ENV
value: test
jobs:
- name: tests
commands:
- checkout --use-cache
- cache restore
- bundle install -j 4 --path vendor/bundle
- cache store
+ - bundle exec standardrb
- bundle exec rspec
promotions:
- - name: master
- pipeline_file: master-deploy.yml
+ - name: main
+ pipeline_file: main-deploy.yml