Sha256: f471d1bd64e2a4d4aa75d9c20823fee44f81615b3c8bc2a2a2fb280cdcfbaac6
Contents?: true
Size: 573 Bytes
Versions: 7
Compression:
Stored size: 573 Bytes
Contents
name: Ruby on: push: branches: - master pull_request: {} jobs: test: runs-on: "ubuntu-latest" strategy: matrix: container_tag: - 2.6.5-bionic - 2.7.0-bionic task: - test - test:output - build container: image: rubylang/ruby:${{ matrix.container_tag }} steps: - uses: actions/checkout@v1 - name: Run test run: | ruby -v gem install bundler bundle install --jobs 4 --retry 3 bin/setup bundle exec rake ${{matrix.task}}
Version data entries
7 entries across 7 versions & 1 rubygems