Sha256: 56b2b1fbb3e0013a2ffe55de314ef7c5f18db1e9b97e519e1fa43a736bb5b3a8
Contents?: true
Size: 649 Bytes
Versions: 3
Compression:
Stored size: 649 Bytes
Contents
name: CI on: [ push, pull_request ] jobs: test: strategy: fail-fast: false matrix: gemfile: - "activerecord-6.0.gemfile" - "activerecord-6.1.gemfile" - "activerecord-latest.gemfile" runs-on: ubuntu-latest env: BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }} steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: 3.0.2 bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Run tests run: | bundle exec rspec --format doc
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
affairs_of_state-0.7.1 | .github/workflows/ci.yml |
affairs_of_state-0.7.0 | .github/workflows/ci.yml |
affairs_of_state-0.6.0 | .github/workflows/ci.yml |