Sha256: ccbdcfee91a812d343aac71872e76c94791da11ae516966153867e3f581307d2

Contents?: true

Size: 654 Bytes

Versions: 1

Compression:

Stored size: 654 Bytes

Contents

name: Test Changes

on: [push, pull_request]

jobs:
  test:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        ruby: ['2.2', '2.5', '2.6', '2.7', '3.0', '3.1', head, jruby, jruby-head, truffleruby, truffleruby-head]
    name: Ruby ${{ matrix.ruby }} test
    steps:
      - uses: actions/checkout@v3
      - uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby }}
          bundler-cache: true
      - name: Build and test
        run: |
          sudo apt-get -yqq install libpq-dev
          bundle exec rake spec
        env:
          TB_KEY: ${{ secrets.TB_KEY }}
          TB_SECRET: ${{ secrets.TB_SECRET }}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
testingbot-0.2.3 .github/workflows/test.yml