Skip to content

Commit

Permalink
fix(ci): remove source envrc.example
Browse files Browse the repository at this point in the history
  • Loading branch information
KaylaBrady committed Jan 23, 2024
1 parent f1c401c commit 0fffb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Check formatting
run: mix format --check-formatted
- name: Run tests
run: source envrc.example && mix test --cover
run: mix test --cover
- name: Report test coverage
uses: mbta/github-actions-report-lcov@v1
with:
Expand Down

0 comments on commit 0fffb31

Please sign in to comment.