Explorar el Código

ci: ensure PROFILE env is set for elixir apps check

Zaiming (Stone) Shi hace 3 años
padre
commit
f50b660cea
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .github/workflows/elixir_apps_check.yaml

+ 1 - 0
.github/workflows/elixir_apps_check.yaml

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