Skip to content

Commit

Permalink
removing single node kafka testing step run_tests_with_kafka_2, also …
Browse files Browse the repository at this point in the history
…to get PR 223 unstuck
  • Loading branch information
prateek.khatri committed May 10, 2021
1 parent 6733145 commit 72cc934
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/build.yml
Expand Up @@ -27,22 +27,6 @@ jobs:
- name: Lein Kibit Check
run: lein kibit

run_tests_with_kafka_2:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-java@v1
with:
java-version: "1.8"
- uses: DeLaGuardo/setup-clojure@master
with:
lein: "2.8.1"
- uses: actions/checkout@v2

- name: Run Tests on Kafka 2.x
run: ./bin/run_tests_in_ci.sh
env:
KAFKA_VERSION: 2.3.0

run_tests_with_kafka_cluster:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -83,7 +67,6 @@ jobs:
needs:
[
lint_check,
run_tests_with_kafka_2,
run_tests_with_kafka_cluster,
calculate_coverage,
]
Expand Down

0 comments on commit 72cc934

Please sign in to comment.