Sha256: eef4bc846db522a6216e9d2b4cbdfb697df9bd3acaf84160b63df57d23e05710
Contents?: true
Size: 668 Bytes
Versions: 1
Compression:
Stored size: 668 Bytes
Contents
name: RSpec on: push: branches: [ master ] pull_request: jobs: test: runs-on: ubuntu-latest strategy: matrix: ruby-version: ['3.1', '3.2', '3.3'] steps: - uses: actions/checkout@v2 - name: Set up Ruby # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby, # change this to (see https://github.com/ruby/setup-ruby#versioning): # uses: ruby/setup-ruby@v1 uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Run tests run: bundle exec rake
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
proc_to_ast-0.2.0 | .github/workflows/rspec.yml |