Sha256: b3f9aa64f8cb7dbe7b7add59a63f7315c3064633ff626bc61c617f4cc012d646
Contents?: true
Size: 829 Bytes
Versions: 1
Compression:
Stored size: 829 Bytes
Contents
name: Ruby on: push: branches: - master pull_request: {} jobs: test: runs-on: "ubuntu-latest" strategy: matrix: container_tag: - master-nightly-bionic - 2.6-bionic - 2.7-bionic job: - test - stdlib_test - rubocop validate test_doc build test_generate_stdlib container: image: rubylang/ruby:${{ matrix.container_tag }} steps: - uses: actions/checkout@v1 - name: Install dependencies run: | apt-get update apt-get install -y libdb-dev - name: Install run: | ruby -v gem install bundler bin/setup - name: Run test run: | bundle exec rake ${{ matrix.job }} if: "!(matrix.job == 'stdlib_test' && contains(matrix.container_tag, '2.6'))"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rbs-0.16.0 | .github/workflows/ruby.yml |