Skip to content

Commit

Permalink
Merge pull request #159 from shanejbrown/secondary-rate-limits
Browse files Browse the repository at this point in the history
Add retries and wait for secondary rate limits for publishing test re…
  • Loading branch information
shanejbrown authored Aug 28, 2024
2 parents 5921fb9 + 47676e4 commit 45fedec
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,13 @@ jobs:
- name: Test with pytest
run: pytest -v --junitxml=test-reports/test-results.xml
- name: Publish test results
uses: EnricoMi/publish-unit-test-result-action/composite@v1
# exclude this step for 3.6, since it fails due to a breaking change to EnricoMi/publish-unit-test-result-action
if: always() && matrix.python-version != '3.6'
uses: EnricoMi/publish-unit-test-result-action/linux@v2
if: always()
with:
files: test-reports/test-results.xml
check_name: "Test Results ${{ matrix.python-version }}"
github_retries: 10
secondary_rate_limit_wait_seconds: 60.0
tag-commit:
if: github.repository == 'adobe/buildrunner' && github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
Expand Down

0 comments on commit 45fedec

Please sign in to comment.