Sha256: e37727354d50ed1be4ea34955b3c7812bcefc87ea163d92c544ffd8c1896a730

Contents?: true

Size: 463 Bytes

Versions: 1

Compression:

Stored size: 463 Bytes

Contents

name: Test

on: [push, pull_request]

jobs:
  build:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        ruby_version: [2.6, 2.7]
    steps:
      - uses: actions/checkout@v2
      - name: Set up Ruby
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby_version }}
          # runs 'bundle install' and caches installed gems automatically
          bundler-cache: true
      - name: Run CI scripts
        run: bin/ci

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
veryfi-0.1.1 .github/workflows/test.yml