We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b1e8c2 commit 6295ef3Copy full SHA for 6295ef3
.github/workflows/python-package.yml
@@ -70,16 +70,10 @@ jobs:
70
uses: actions/setup-java@v4
71
with:
72
distribution: temurin
73
- java-version: 11
74
- - name: Check Java installation
75
- run: source travis_java_install.sh
76
- - name: Pull Kafka releases
77
- run: ./build_integration.sh
78
- env:
79
- PLATFORM: ${{ matrix.platform }}
80
- KAFKA_VERSION: ${{ matrix.kafka }}
+ java-version: 21
+ - name: Pull Kafka release
+ run: make servers/${{ matrix.kafka }}/kafka-bin
81
- name: Test with tox
82
- run: tox
+ run: make test
83
env:
84
85
KAFKA_VERSION: ${{ matrix.kafka }}
0 commit comments