mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-06 07:01:43 +08:00
Update CI
This commit is contained in:
parent
b4e25d680f
commit
e934b1763e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue