cf: default file download retries is 5 and now configurable (#628) #1233
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: test | |
| on: | |
| push: | |
| branches: | |
| - master | |
| paths-ignore: | |
| - "*.md" | |
| pull_request: | |
| branches: | |
| - master | |
| paths-ignore: | |
| - "*.md" | |
| jobs: | |
| test: | |
| uses: itzg/github-workflows/.github/workflows/gradle-build.yml@main | |
| with: | |
| arguments: test | |
| include-test-report: true | |
| retest-showing-standard-streams: true |