Sha256: 9f397b786f635113aa8c76bcfea1627c4036c62914943de9664a8d25db3e04c9
Contents?: true
Size: 593 Bytes
Versions: 3
Compression:
Stored size: 593 Bytes
Contents
--- name: Pipeline on: [push] jobs: tests: name: Unit Tests runs-on: ubuntu-latest strategy: fail-fast: false matrix: ruby: [2.5, 2.6] gemfile: - Gemfile - gemfiles/rails_4.gemfile - gemfiles/rails_5.gemfile - gemfiles/rails_6.gemfile env: BUNDLE_GEMFILE: ${{ matrix.gemfile }} steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler: 1.17.3 bundler-cache: true - name: Unit tests run: bundle exec rspec
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
exception_handling-2.10.0 | .github/workflows/pipeline.yml |
exception_handling-2.10.0.pre.2 | .github/workflows/pipeline.yml |
exception_handling-2.10.0.pre.1 | .github/workflows/pipeline.yml |