Skip to content

test without this again. the docs make it sound optional... #11

test without this again. the docs make it sound optional...

test without this again. the docs make it sound optional... #11

Workflow file for this run

name: test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cp .env.example .env
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle exec rails test