Sha256: 0a912b7e43cb1d9274046dbfa36a4f7176541b1b7338415ec92e52b512cabf0c

Contents?: true

Size: 555 Bytes

Versions: 17

Compression:

Stored size: 555 Bytes

Contents

name: Tests

on:
  pull_request:
    branches:
      - '*'
  push:
    branches:
      - master
jobs:
  test:
    runs-on: ubuntu-20.04
    steps:
      - name: Install libvips
        run: sudo apt-get install -y libvips
      - uses: actions/checkout@master
      - name: Set up Ruby
        uses: ruby/setup-ruby@v1
        with:
          bundler: default
          bundler-cache: true
      - name: StandardRb check
        run: bundle exec standardrb
      - name: Run tests
        env:
          RAILS_ENV: test
        run: bundle exec rake test

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
headmin-0.6.3 .github/workflows/ci.yml
headmin-0.6.2 .github/workflows/ci.yml
headmin-0.6.1 .github/workflows/ci.yml
headmin-0.6.0 .github/workflows/ci.yml
headmin-0.5.9 .github/workflows/ci.yml
headmin-0.5.8 .github/workflows/ci.yml
headmin-0.5.7 .github/workflows/ci.yml
headmin-0.5.6 .github/workflows/ci.yml
headmin-0.5.5 .github/workflows/ci.yml
headmin-0.5.4 .github/workflows/ci.yml
headmin-0.5.3 .github/workflows/ci.yml
headmin-0.5.2 .github/workflows/ci.yml
headmin-0.5.1 .github/workflows/ci.yml
headmin-0.5.0 .github/workflows/ci.yml
headmin-0.4.2 .github/workflows/ci.yml
headmin-0.4.1 .github/workflows/ci.yml
headmin-0.4.0 .github/workflows/ci.yml