Skip to content

Commit

Permalink
Double kafka test runners (#677)
Browse files Browse the repository at this point in the history
Co-authored-by: Hannah Stepanek <hstepanek@newrelic.com>
  • Loading branch information
TimPansino and hmstepanek committed Oct 27, 2022
1 parent 1d4e3e5 commit 1279bdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -435,12 +435,12 @@ jobs:

kafka:
env:
TOTAL_GROUPS: 2
TOTAL_GROUPS: 4

strategy:
fail-fast: false
matrix:
group-number: [1, 2]
group-number: [1, 2, 3, 4]

runs-on: ubuntu-latest
timeout-minutes: 30
Expand Down

0 comments on commit 1279bdf

Please sign in to comment.