.github/workflows/ci.yml in karafka-2.0.0.alpha2 vs .github/workflows/ci.yml in karafka-2.0.0.alpha3

- old
+ new

@@ -111,10 +111,11 @@ ruby-version: ${{matrix.ruby}} - name: Install latest Bundler run: | gem install bundler --no-document + gem update --system --no-document bundle config set without 'tools benchmarks docs' - name: Bundle install run: | bundle config set without development @@ -122,6 +123,6 @@ - name: Run integration tests env: KARAFKA_PRO_LICENSE_TOKEN: ${{ secrets.KARAFKA_PRO_LICENSE_TOKEN }} GITHUB_COVERAGE: ${{matrix.coverage}} - run: bundle exec bin/integrations + run: bin/integrations