.github/workflows/test.yml in datadog_api_client-1.2.0 vs .github/workflows/test.yml in datadog_api_client-1.3.0

- old
+ new

@@ -49,9 +49,11 @@ - name: Set up Ruby ${{ matrix.ruby-version }} uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true + # modify repository secret when there are problems with installing gems + cache-version: ${{ secrets.CACHE_VERSION }} - name: Test run: ./run-tests.sh shell: bash report: