Sha256: 5db9b11f1d11e073d97a0c80dca8b3550f14c550f72c75ede1bc9f9951befc96
Contents?: true
Size: 643 Bytes
Versions: 1
Compression:
Stored size: 643 Bytes
Contents
name: ruby-rspec on: push: branches: - master pull_request: branches: - master jobs: test: name: Test with Ruby ${{ matrix.ruby_version }} runs-on: ubuntu-latest strategy: matrix: ruby_version: ['2.6.x', '2.5.x', '2.4.x', '2.3.x'] steps: - uses: actions/checkout@v1 - name: Set up Ruby ${{ matrix.ruby_version }} uses: actions/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby_version }} - name: Build and test with Rspec run: | gem install bundler bundle install --jobs 4 --retry 3 bundle exec rspec
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
puppet_forge-2.3.1 | .github/workflows/ruby-rspec.yml |