Skip to content

Commit

Permalink
ci: Fix rate limiting error when downloading contract tests (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 authored May 6, 2024
1 parent f597a80 commit f1532c7
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 @@ -86,7 +86,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: ${{ inputs.run-contract-tests == 'true' }}
with:
test_service_port: 8080
Expand Down

0 comments on commit f1532c7

Please sign in to comment.