Skip to content

Commit

Permalink
Hint, hint
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyobvious committed Oct 13, 2023
1 parent 782e720 commit 58010a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: CI
on: [push, pull_request]
jobs:
test:
environment:
RAILS_ENV: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -12,6 +14,8 @@ jobs:
- run: bin/rails db:setup
- run: bin/rails t
mutate:
environment:
RAILS_ENV: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 58010a3

Please sign in to comment.