Skip to content

Hint, hint

Hint, hint #6

Workflow file for this run

name: CI

Check failure on line 1 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

Invalid type for `job.environment`
on: [push, pull_request]
jobs:
test:
environment:
RAILS_ENV: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
- run: bin/rails db:setup
- run: bin/rails t
mutate:
environment:
RAILS_ENV: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
- run: bin/rails db:setup
- run: bin/mutant run