.semaphore/semaphore.yml in rails_api_logger-0.6.3 vs .semaphore/semaphore.yml in rails_api_logger-0.7.0

- old
+ new

@@ -19,9 +19,10 @@ commands: - checkout --use-cache - cache restore - bundle config set path 'vendor/bundle' - bundle install -j 4 + - sem-service start postgres 14 --username=semaphore - cache store jobs: - name: tests commands: - bundle exec standardrb