Skip to content

Commit

Permalink
ci: load example environment for mix test
Browse files Browse the repository at this point in the history
  • Loading branch information
boringcactus committed Nov 29, 2023
1 parent aa3dbd2 commit b015c3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ jobs:
run: mix credo --strict
- name: Check formatting
run: mix format --check-formatted
- name: Load example environment
run: source envrc.example
- name: Run tests
run: mix test
- uses: mbta/actions/dialyzer@v2
Expand Down

0 comments on commit b015c3e

Please sign in to comment.