Skip to content

Commit

Permalink
ci: fix zookeeper & kafka property paths in macOS test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dirx committed Oct 28, 2024
1 parent d5aebf8 commit 02821b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Start Kafka
shell: bash
run: |
zookeeper-server-start -daemon /usr/local/etc/kafka/zookeeper.properties;
kafka-server-start -daemon /usr/local/etc/kafka/server.properties --override broker.id=111 --override advertised.listeners=${{ env.KAFKA_ADVERTISED_LISTENERS }};
zookeeper-server-start -daemon /opt/homebrew/etc/kafka/zookeeper.properties;
kafka-server-start -daemon /opt/homebrew/etc/kafka/server.properties --override broker.id=111 --override advertised.listeners=${{ env.KAFKA_ADVERTISED_LISTENERS }};
- name: Install PHP ${{ matrix.php }}
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 02821b0

Please sign in to comment.