Sha256: b244364a6189cbb91b57b8017c997a0f12a57c1464c2eec70b50c481e2f74c3b

Contents?: true

Size: 389 Bytes

Versions: 4

Compression:

Stored size: 389 Bytes

Contents

name: Unittests

on:
  push:
    branches: [ master ]
  pull_request:
    branches: [ master ]

jobs:
  test:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2
    - name: Set up Ruby
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: 2.6
    - name: Install dependencies
      run: bundle install
    - name: Run tests
      run: bundle exec rake test

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
custom_fluent-plugin-azure-storage-append-blob-0.2.2 .github/workflows/ruby.yml
custom_fluent-plugin-azure-storage-append-blob-0.2.1 .github/workflows/ruby.yml
fluent-plugin-azure-storage-append-blob-0.2.1 .github/workflows/ruby.yml
fluent-plugin-azure-storage-append-blob-0.2.0 .github/workflows/ruby.yml