Sha256: 49d6091155e0640ea8df7def77e3b29d8d4ad61e094eab57a86a701c5266e06b

Contents?: true

Size: 365 Bytes

Versions: 1

Compression:

Stored size: 365 Bytes

Contents

version: 2
jobs:
  test-ruby:
    docker:
      - image: cimg/ruby:2.7.4
    working_directory: /tmp/build
    steps:
      - checkout
      - run:
          name: Bundle install
          command: bundle install
      - run:
          name: Run test suite
          command: bundle exec rake

workflows:
  version: 2
  test-and-deploy:
    jobs:
      - test-ruby

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-heroku-syslog-http-0.3 .circleci/config.yml