.github/workflows/test.yml in autoproj-2.16.0 vs .github/workflows/test.yml in autoproj-2.17.0

- old
+ new

@@ -17,9 +17,11 @@ # change this to (see https://github.com/ruby/setup-ruby#versioning): # uses: ruby/setup-ruby@v1 uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} + - name: Configure bundler without 'vscode' + run: bundle config set --local without vscode - name: Install dependencies run: bundle install - name: Run tests run: bundle exec rake test env: