Sha256: 3cab67a1f05e497f615f099616ee5e235e08eea6a1c12f6994aec96e806d7d10

Contents?: true

Size: 694 Bytes

Versions: 1

Compression:

Stored size: 694 Bytes

Contents

name: New Relic Fluentd Output Plugin - Pull Request

on: [pull_request]

jobs:
  ci:
    name: Continuous Integration pipeline
    runs-on: ubuntu-20.04

    steps:
      - name: Checkout code
        uses: actions/checkout@v2

      - name: Setup Ruby, bundler and install dependencies
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: ruby-2.5.8
          bundler-cache: true # runs 'bundle install' and caches installed gems automatically

      - name: Run unit tests
        run: bundle exec rake

      - name: Publish Unit Test Results
        uses: EnricoMi/publish-unit-test-result-action@v1.19
        if: always()
        with:
          files: '**/TEST-*.xml'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-newrelic-1.2.3 .github/workflows/pr.yml