Skip to content

Commit

Permalink
GitHub Autocomment: Retry on server errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bayandin committed Apr 5, 2023
1 parent 957acb5 commit 7391908
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,8 @@ jobs:
steps.create-allure-report-release.outputs.report-url
)
with:
# Retry script for 5XX server errors: https://github.com/actions/github-script#retries
retries: 5
script: |
const reports = [{
buildType: "debug",
Expand Down

0 comments on commit 7391908

Please sign in to comment.