Sha256: 07d7dcdfe20d9734c1ec44cc7d26b675745895a47384262c6a3abfeec27f4374

Contents?: true

Size: 445 Bytes

Versions: 5

Compression:

Stored size: 445 Bytes

Contents

name: test

on: [push, pull_request]

jobs:
  test:
    runs-on: ubuntu-latest
    env:
      PUNK_ENV: test
      COVERALLS_REPO_TOKEN: "${{secrets.COVERALLS_REPO_TOKEN}}"

    steps:
    - uses: actions/checkout@v2
    - name: Set up Ruby
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: 2.5.8
        bundler-cache: true
    - name: Lint files
      run: bundle exec rubocop
    - name: Run specs
      run: bundle exec rspec

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rndb-0.3.1 .github/workflows/test.yml
rndb-0.3.0 .github/workflows/test.yml
rndb-0.2.1 .github/workflows/test.yml
rndb-0.2.0 .github/workflows/test.yml
rndb-0.1.1 .github/workflows/test.yml