Sha256: a7f8d0a3b44a88946dcdea74374ae432352a8afc5eb961bc54ddf171aed4daae
Contents?: true
Size: 590 Bytes
Versions: 2
Compression:
Stored size: 590 Bytes
Contents
name: Tests on: push: branches: [ main ] pull_request: branches: [ main ] jobs: test: strategy: matrix: os: [ ubuntu-latest ] ruby-version: [2.5, 2.6, 2.7, 3.0] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 - name: Set up Ruby ${{ matrix.ruby-version }} uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true - name: Run tests for Ruby ${{ matrix.ruby-version }} on ${{ matrix.os }} run: bundle config unset deployment && bundle exec rake
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
standard-1.5.0 | .github/workflows/test.yml |
standard-1.4.0 | .github/workflows/test.yml |