Sha256: f31746f4a9bdd79e83086ee3f1914f1760e6468e5460b2ec3753ced1bed3b10b
Contents?: true
Size: 652 Bytes
Versions: 1
Compression:
Stored size: 652 Bytes
Contents
name: tests on: [push, pull_request] permissions: contents: read jobs: build_and_test: runs-on: ubuntu-latest strategy: matrix: ruby-version: ['2.6', '2.7', '3.0'] steps: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically - run: bundle exec rubocop - run: bundle exec rspec --format documentation - uses: actions/upload-artifact@v3 with: name: coverage path: coverage/ retention-days: 1
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
typesense-0.15.0 | .github/workflows/tests.yml |