Skip to content

Commit 6930a2b

Browse files
Tests workflow: correctly set up ENV variables for CLI tools
1 parent 3ea3066 commit 6930a2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
lein version # This will download Leiningen if not cached
6262
6363
- 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
64+
run: LANGOHR_RABBITMQCTL=DOCKER:${{job.services.rabbitmq.id}} LANGOHR_RABBITMQ_PLUGINS=DOCKER:${{job.services.rabbitmq.id}} bin/ci/before_build.sh
6565

6666
- name: Install dependencies
6767
run: lein deps

0 commit comments

Comments
 (0)