Sha256: b85556170c35da84d3103caad4a0455eec7d48fbac0aaab1fda6e7a9f6e52c09
Contents?: true
Size: 644 Bytes
Versions: 1
Compression:
Stored size: 644 Bytes
Contents
name: Ruby on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Ruby 2.6 uses: actions/setup-ruby@v1 with: ruby-version: 2.6.x - name: Configure Bundler run: | gem install bundler -v 1.17.3 --no-document bundle install --jobs 4 --retry 3 - name: Run tests with RSpec uses: paambaati/codeclimate-action@v2.5.3 env: CC_TEST_REPORTER_ID: 0e4e712966b3d2fdf63128dc4d0c863fd4c61888b557ffb1673111b4c8b3bdc9 with: coverageCommand: bundle exec rspec debug: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
conifer-1.1.0 | .github/workflows/ruby.yml |