Skip to content

Commit

Permalink
chore: use mix env prod on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveigah committed Nov 17, 2024
1 parent 069bc76 commit 3f6671b
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 @@ -31,6 +31,6 @@ jobs:
elixir-version: ${{ matrix.elixir }}
otp-version: ${{ matrix.otp }}
- run: docker compose -f "test/compose_files/docker-compose.yml" up -d
- run: mix deps.get
- run: mix compile --warnings-as-errors
- run: MIX_ENV=prod mix deps.get
- run: MIX_ENV=prod mix compile --warnings-as-errors
- run: mix test --warnings-as-errors

0 comments on commit 3f6671b

Please sign in to comment.