Skip to content

Commit 09fb3f4

Browse files
committed
Add epmd start in github actions to initialize for testing
1 parent cac8aa6 commit 09fb3f4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pipeline.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,5 +119,7 @@ jobs:
119119
priv/plts
120120
- name: Run Dialyzer
121121
run: mix dialyzer --format github
122+
- name: Start EPMD for tests
123+
run: epmd -daemon
122124
- name: Run tests
123125
run: mix test

0 commit comments

Comments
 (0)