Sha256: bde23cf1bc8ce252dfff6f0d45e23da0300ba98054024e0aeb8363b1fa4ab7a2
Contents?: true
Size: 591 Bytes
Versions: 2
Compression:
Stored size: 591 Bytes
Contents
name: ruby-rspec on: push: branches: - main pull_request: branches: - main jobs: test: name: Test with Ruby ${{ matrix.ruby_version }} runs-on: ubuntu-latest strategy: matrix: ruby: - '3.1' - '3.0' - '2.7' - '2.6' steps: - uses: actions/checkout@v1 - name: Set up Ruby ${{ matrix.ruby }} uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: Build and test with Rspec run: bundle exec rspec
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
puppet_forge-4.1.0 | .github/workflows/ruby-rspec.yml |
puppet_forge-4.0.0 | .github/workflows/ruby-rspec.yml |