Skip to content

Commit

Permalink
Prevent rate limit errors by limiting execution of authenticated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-pod committed Dec 12, 2023
1 parent e393d1f commit 51f2034
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
env:
GOOGLE_APPLICATION_CREDENTIALS: ${{secrets.GOOGLE_APPLICATION_CREDENTIALS}}
- name: Run private google sheet tests
if: matrix.ruby == '3.2.0' # Limit execution on latest ruby version to prevent reaching rate limits
run: bundle exec rake test_private_google_sheet
env:
GOOGLE_APPLICATION_CREDENTIALS: 'account_secret.json'

0 comments on commit 51f2034

Please sign in to comment.