Skip to content

Commit

Permalink
kc
Browse files Browse the repository at this point in the history
  • Loading branch information
attilakreiner committed May 2, 2024
1 parent c5ffe4e commit c8515a3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,13 @@ jobs:
- name: Install apt packages
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: librdkafka-dev libyajl-dev
packages: kafkacat
version: 1.0
- name: Install kcat
working-directory: /tmp
run: |
set -x
curl -L -o kcat https://github.com/attilakreiner/kcat/releases/download/1.7.1/kcat-linux-$(arch)
chmod +x kcat
sudo mv kcat /usr/local/bin
kcat 2>&1 | grep "Version 1.7.1"
sudo ln -s /usr/bin/kafkacat /usr/local/bin/kcat
kcat 2>&1 | grep "Version 1.6.0"
- name: Checkout
uses: actions/checkout@v3
- name: Create k8s Kind Cluster
Expand Down

0 comments on commit c8515a3

Please sign in to comment.