We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2adf2 commit 6a2a4e5Copy full SHA for 6a2a4e5
.github/workflows/test-make-target.yaml
@@ -91,6 +91,10 @@ jobs:
91
if: inputs.make_target == 'ct-rabbit_fifo_prop'
92
run: |
93
LOW_ERLANG_VERSION="26.2"
94
+
95
+ # Create ~/.erlang.cookie
96
+ erl -eval 'halt().' -noshell
97
98
docker run -d --network host --name erlang erlang:${LOW_ERLANG_VERSION} \
99
erl -sname rabbit_fifo_prop@localhost -setcookie $(cat ~/.erlang.cookie) -noinput
100
0 commit comments