Sha256: a06f9a050652c69f132ad390584d2f396e5c499521062a2ecdc3a98659079418
Contents?: true
Size: 444 Bytes
Versions: 2
Compression:
Stored size: 444 Bytes
Contents
--- name: Run tests on: [push, pull_request] jobs: build: strategy: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] ruby: [2.5, 2.6, 2.7] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: rspec run: bundle exec rake
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
chatterbot-2.2.0 | .github/workflows/ci.yml |
chatterbot-2.1.0 | .github/workflows/ci.yml |