Skip to content

Add visual test suite for all 15 prompt types #82

Add visual test suite for all 15 prompt types

Add visual test suite for all 15 prompt types #82

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["3.2", "3.4", "4.0"]
fail-fast: false
steps:
- uses: actions/checkout@v6
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake standard
- run: bundle exec reek
- run: bundle exec rake coverage