Skip to content

Commit

Permalink
ci: Fix rate limiting error when downloading contract tests (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 committed May 3, 2024
1 parent fd7683c commit 629ecb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/ci/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
shell: bash
run: make start-contract-test-service-bg

- uses: launchdarkly/gh-actions/actions/contract-tests@contract-tests-v1.0.1
- uses: launchdarkly/gh-actions/actions/contract-tests@contract-tests-v1.0.2
if: ${{ !startsWith(inputs.ruby-version, 'jruby') }}
with:
test_service_port: 9000
Expand Down

0 comments on commit 629ecb5

Please sign in to comment.