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
|
run: ./scripts/check-elixir-applications.exs
|
||||||
env:
|
env:
|
||||||
MIX_ENV: ${{ matrix.profile }}
|
MIX_ENV: ${{ matrix.profile }}
|
||||||
|
PROFILE: ${{ matrix.profile }}
|
||||||
# - name: check applications started with emqx_machine
|
# - name: check applications started with emqx_machine
|
||||||
# run: ./scripts/check-elixir-emqx-machine-boot-discrepancies.exs
|
# run: ./scripts/check-elixir-emqx-machine-boot-discrepancies.exs
|
||||||
# env:
|
# env:
|
||||||
|
|
Loading…
Reference in New Issue