ci: ensure PROFILE env is set for elixir apps check
This commit is contained in:
parent
e668044ebc
commit
f50b660cea
|
@ -35,6 +35,7 @@ jobs:
|
|||
run: ./scripts/check-elixir-applications.exs
|
||||
env:
|
||||
MIX_ENV: ${{ matrix.profile }}
|
||||
PROFILE: ${{ matrix.profile }}
|
||||
# - name: check applications started with emqx_machine
|
||||
# run: ./scripts/check-elixir-emqx-machine-boot-discrepancies.exs
|
||||
# env:
|
||||
|
|
Loading…
Reference in New Issue