Sha256: e418f0e672254d9bac4f93df7a299bf342b0c6000541f6bddb5414136be3edbf

Contents?: true

Size: 382 Bytes

Versions: 7

Compression:

Stored size: 382 Bytes

Contents

name: Test

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

7 entries across 7 versions & 2 rubygems

Version Path
fluent-plugin-azure-storage-append-blob-lts-0.6.3 .github/workflows/test.yaml
fluent-plugin-azure-storage-append-blob-lts-0.6.2 .github/workflows/test.yaml
fluent-plugin-azure-storage-append-blob-lts-azurestack-0.6.3 .github/workflows/test.yaml
fluent-plugin-azure-storage-append-blob-lts-azurestack-0.6.2 .github/workflows/test.yaml
fluent-plugin-azure-storage-append-blob-lts-0.6.1 .github/workflows/test.yaml
fluent-plugin-azure-storage-append-blob-lts-0.6.0 .github/workflows/test.yaml
fluent-plugin-azure-storage-append-blob-lts-0.5.0 .github/workflows/test.yaml