.github/workflows/integration-sql.yml in fog-google-1.20.0 vs .github/workflows/integration-sql.yml in fog-google-1.21.0

- old
+ new

@@ -38,11 +38,9 @@ - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically - - name: Install dependencies - run: bundle install - name: Run tests run: >- ./.github/scripts/setup_creds.sh && bundle exec rake test:sql