Sha256: 39c38c3a2ded9d5bd256ce163668cefb71bacdb49a087cd0c6d717cb557f91cf

Contents?: true

Size: 405 Bytes

Versions: 6

Compression:

Stored size: 405 Bytes

Contents

name: Tests

on: [push]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v1
    - uses: actions/setup-ruby@v1
      with:
        ruby-version: 2.6.5
    - name: Install dependencies
      run: |
        gem install bundler
        bundle install
    - name: Compile C-extension
      run: bundle exec rake compile
    - name: Run tests
      run:  bundle exec rake test

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
polyphony-0.40 .github/workflows/test.yml
polyphony-0.39 .github/workflows/test.yml
polyphony-0.38 .github/workflows/test.yml
polyphony-0.36 .github/workflows/test.yml
polyphony-0.34 .github/workflows/test.yml
polyphony-0.33 .github/workflows/test.yml