Sha256: fe5115fe900c0553289b877995124cd4548df834c6970d2c0f66037431f25ae5
Contents?: true
Size: 608 Bytes
Versions: 1
Compression:
Stored size: 608 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" - "master-nightly-focal" 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.46.0 | .github/workflows/ruby.yml |