Sha256: a7bd1b8ab736f76896f25206438dd081e3d28bf3c21ce2ac7322404f14c53a2f

Contents?: true

Size: 592 Bytes

Versions: 1

Compression:

Stored size: 592 Bytes

Contents

name: Specs

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

  # Allows you to run this workflow manually from the Actions tab
  workflow_dispatch:

permissions:
  contents: read

jobs:
  test:
    runs-on: ubuntu-latest
    strategy:
      fail-fast: false
      matrix:
        ruby-version: [ jruby-9.3.9.0, ruby ]

    steps:
    - uses: actions/checkout@v3
    - name: Set up Ruby
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: ${{ matrix.ruby-version }}
        bundler-cache: true
    - name: Run tests
      run: bundle exec rspec

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
graphiti-activegraph-0.1.20 .github/workflows/specs.yml