Skip to content

Commit

Permalink
ci: Fix rate limiting error when downloading contract tests
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 committed May 2, 2024
1 parent 49641f0 commit 5d6737d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

Expand Down Expand Up @@ -61,8 +62,10 @@ jobs:
- name: start contract test service
run: make start-contract-test-service-bg

- name: run contract tests
run: make run-contract-tests
- uses: launchdarkly/gh-actions/actions/contract-tests@contract-tests-v1.0.1
with:
test_service_port: 9000
token: ${{ secrets.GITHUB_TOKEN }}

windows:
runs-on: windows-latest
Expand All @@ -72,6 +75,7 @@ jobs:
shell: powershell

strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

Expand Down

0 comments on commit 5d6737d

Please sign in to comment.