Skip to content

Commit 6295ef3

Browse files
committed
Use make targets in gh workflow; use java 21; drop java helper script
1 parent 9b1e8c2 commit 6295ef3

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,10 @@ jobs:
7070
uses: actions/setup-java@v4
7171
with:
7272
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 }}
73+
java-version: 21
74+
- name: Pull Kafka release
75+
run: make servers/${{ matrix.kafka }}/kafka-bin
8176
- name: Test with tox
82-
run: tox
77+
run: make test
8378
env:
84-
PLATFORM: ${{ matrix.platform }}
8579
KAFKA_VERSION: ${{ matrix.kafka }}

0 commit comments

Comments
 (0)