Skip to content

Commit 3b78e4f

Browse files
committed
squash: shrug
1 parent a5d4156 commit 3b78e4f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci-instrumentation-with-services.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ jobs:
145145
yard: true
146146
rubocop: true
147147
build: true
148+
149+
- name: Copy log4j.properties to temp directory
150+
run: cp .github/services/zookeeper/log4j.properties ${{ runner.temp }}/log4j.properties
151+
148152
services:
149153
zookeeper:
150154
image: confluentinc/cp-zookeeper:latest
@@ -154,7 +158,7 @@ jobs:
154158
ZOOKEEPER_CLIENT_PORT: 2181
155159
ZOOKEEPER_TICK_TIME: 2000
156160
volumes:
157-
- ${{ github.workspace }}/.github/services/zookeeper/log4j.properties:/etc/zookeeper/conf/log4j.properties
161+
- ${{ runner.temp }}/log4j.properties:/etc/zookeeper/conf/log4j.properties
158162
kafka:
159163
image: confluentinc/cp-kafka:latest
160164
ports:

0 commit comments

Comments
 (0)