Skip to content

Commit edd664c

Browse files
committed
Fix command for Docker container ID in GHA build
1 parent 23181a8 commit edd664c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
- name: Get dependencies
3939
run: make deps
4040
- name: Test with NIO
41-
run: ./mvnw verify -P '!setup-test-cluster,use-nio' -Drabbitmqctl.bin=DOCKER:rabbitmq -Dit.test=ClientTests,FunctionalTests,ServerTests
41+
run: ./mvnw verify -P '!setup-test-cluster,use-nio' -Drabbitmqctl.bin=DOCKER:${{job.services.rabbitmq.id}} -Dit.test=ClientTests,FunctionalTests,ServerTests
4242
- name: Test with blocking IO
4343
run: ./mvnw verify -P '!setup-test-cluster' -Drabbitmqctl.bin=DOCKER:${{job.services.rabbitmq.id}} -Dit.test=ClientTests,FunctionalTests,ServerTests

0 commit comments

Comments
 (0)