Skip to content

Commit 6a2a4e5

Browse files
committed
create cookie
1 parent fe2adf2 commit 6a2a4e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-make-target.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ jobs:
9191
if: inputs.make_target == 'ct-rabbit_fifo_prop'
9292
run: |
9393
LOW_ERLANG_VERSION="26.2"
94+
95+
# Create ~/.erlang.cookie
96+
erl -eval 'halt().' -noshell
97+
9498
docker run -d --network host --name erlang erlang:${LOW_ERLANG_VERSION} \
9599
erl -sname rabbit_fifo_prop@localhost -setcookie $(cat ~/.erlang.cookie) -noinput
96100

0 commit comments

Comments
 (0)