Sha256: a53b34e40f3bfb7acbe1abc2a835c7bebe1a39fabeeeab6e0acb63db4fd6144c

Contents?: true

Size: 278 Bytes

Versions: 6

Compression:

Stored size: 278 Bytes

Contents

name: Specs

on: [push]

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v3
    - uses: ruby/setup-ruby@v1
      with:
        bundler-cache: true # runs 'bundle install' and caches installed gems automatically
    - run: bundle exec rspec spec

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
metaractor-3.3.4 .github/workflows/specs.yml
metaractor-3.3.3 .github/workflows/specs.yml
metaractor-3.3.2 .github/workflows/specs.yml
metaractor-sycamore-0.4.3 .github/workflows/specs.yml
metaractor-sycamore-0.4.2 .github/workflows/specs.yml
metaractor-sycamore-0.4.1 .github/workflows/specs.yml