We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea3066 commit 6930a2bCopy full SHA for 6930a2b
1 file changed
.github/workflows/test.yml
@@ -61,7 +61,7 @@ jobs:
61
lein version # This will download Leiningen if not cached
62
63
- name: Configure RabbitMQ
64
- run: BUNNY_RABBITMQCTL=DOCKER:${{job.services.rabbitmq.id}} BUNNY_RABBITMQ_PLUGINS=DOCKER:${{job.services.rabbitmq.id}} bin/ci/before_build.sh
+ run: LANGOHR_RABBITMQCTL=DOCKER:${{job.services.rabbitmq.id}} LANGOHR_RABBITMQ_PLUGINS=DOCKER:${{job.services.rabbitmq.id}} bin/ci/before_build.sh
65
66
- name: Install dependencies
67
run: lein deps
0 commit comments