Skip to content

Slim down README: screenshots, drop testing/internals sections #3

Slim down README: screenshots, drop testing/internals sections

Slim down README: screenshots, drop testing/internals sections #3

Workflow file for this run

name: CI
on:
push:
branches: [master, main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: ["3.2", "3.3"]
gemfile:
- gemfiles/activeadmin_3.5.gemfile
- gemfiles/activeadmin_4.0.gemfile
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/${{ matrix.gemfile }}
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rspec