Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 5e3b5c2

Browse files
committed
Fix GHA test build
1 parent fee2646 commit 5e3b5c2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test-linux.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,4 @@ jobs:
2525
java-version: 1.8
2626

2727
- name: Test
28-
run: ./gradlew check -i -s
29-
env:
30-
RABBITMQCTL_BIN: DOCKER:${{job.services.rabbitmq.id}}
28+
run: ./gradlew check -i -s -Drabbitmqctl.bin=DOCKER:${{job.services.rabbitmq.id}}

0 commit comments

Comments
 (0)