ci: ensure PROFILE env is set for elixir apps check

This commit is contained in:
Zaiming (Stone) Shi 2023-01-16 11:57:21 +01:00
parent e668044ebc
commit f50b660cea
1 changed files with 1 additions and 0 deletions

View File

@ -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: