Skip to content

Commit

Permalink
Added MIX_ENV to actions runner
Browse files Browse the repository at this point in the history
  • Loading branch information
kieraneglin committed May 22, 2024
1 parent 67779c9 commit e117a3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
env:
COMPOSE_FILE: ./docker-compose.ci.yml
MIX_ENV: test

steps:
- name: Checkout code
Expand Down

0 comments on commit e117a3a

Please sign in to comment.