From e934b1763ea7eeeb5ebdc44067191657d845322d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Mon, 15 Jul 2024 11:24:43 +0700 Subject: [PATCH] Update CI --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a92c058a2..2ad4abc9a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,6 +65,7 @@ jobs: if: github.event_name == 'push' env: MIX_ENV: test + ELIXIR_ERL_OPTIONS: "-epmd_module Elixir.Livebook.EPMD" steps: - name: Configure Git run: git config --global core.autocrlf input