Sha256: 603d3208ba62e53792e50f46d8d864f9b04d2c6280f94cec2fe8a7f44de0ea72
Contents?: true
Size: 652 Bytes
Versions: 1
Compression:
Stored size: 652 Bytes
Contents
name: test on: push: branches: - master pull_request: branches: - '*' schedule: - cron: '0 0 * * 0' jobs: build: runs-on: ubuntu-latest strategy: matrix: ruby: ['2.6.x', '2.5.x', '2.4.x'] name: Ruby ${{ matrix.ruby }} steps: - uses: actions/checkout@master - name: Setup ruby ${{ matrix.ruby }} uses: actions/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} architecture: 'x64' - name: Build and test with Rake run: | gem install bundler bundle install --jobs 4 --retry 3 bundle exec rake test
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
middleman-img_loading_attribute-0.1.0 | .github/workflows/ruby.yml |