From 3b78e4f20c629cc84c9097e13d9cb1ae7f061366 Mon Sep 17 00:00:00 2001 From: Ariel Valentin Date: Fri, 31 Jan 2025 06:38:52 -0600 Subject: [PATCH] squash: shrug --- .github/workflows/ci-instrumentation-with-services.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-instrumentation-with-services.yml b/.github/workflows/ci-instrumentation-with-services.yml index f7e02740a..fea2a8e71 100644 --- a/.github/workflows/ci-instrumentation-with-services.yml +++ b/.github/workflows/ci-instrumentation-with-services.yml @@ -145,6 +145,10 @@ jobs: yard: true rubocop: true build: true + + - name: Copy log4j.properties to temp directory + run: cp .github/services/zookeeper/log4j.properties ${{ runner.temp }}/log4j.properties + services: zookeeper: image: confluentinc/cp-zookeeper:latest @@ -154,7 +158,7 @@ jobs: ZOOKEEPER_CLIENT_PORT: 2181 ZOOKEEPER_TICK_TIME: 2000 volumes: - - ${{ github.workspace }}/.github/services/zookeeper/log4j.properties:/etc/zookeeper/conf/log4j.properties + - ${{ runner.temp }}/log4j.properties:/etc/zookeeper/conf/log4j.properties kafka: image: confluentinc/cp-kafka:latest ports: