Skip to content

Commit

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

0 comments on commit c89e843

Please sign in to comment.