Skip to content

Commit

Permalink
squash: shrug
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin committed Jan 31, 2025
1 parent a5d4156 commit 3b78e4f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci-instrumentation-with-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 3b78e4f

Please sign in to comment.