Sha256: 9d66aa7333216a760f4494ce5a94d02294f3c932ef2aed83a1faec352fd7f2ab
Contents?: true
Size: 575 Bytes
Versions: 1
Compression:
Stored size: 575 Bytes
Contents
name: Ruby on: push: branches: - master pull_request: {} jobs: test: runs-on: "ubuntu-latest" strategy: matrix: container_tag: - "2.6" - "2.7" - "3.0" 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
steep-0.45.0 | .github/workflows/ruby.yml |