Enhance pipeline stability and automatically retry unstable tests (#1566)
* add test retry to action * add test retry to action
This commit is contained in:
parent
a59aab2081
commit
85e92db505
40 changed files with 160 additions and 40 deletions
|
@ -35,8 +35,11 @@ jobs:
|
|||
config-example.yaml
|
||||
|
||||
- name: Run TestApiKeyCommand
|
||||
uses: Wandalen/wretry.action@master
|
||||
if: steps.changed-files.outputs.any_changed == 'true'
|
||||
run: |
|
||||
with:
|
||||
attempt_limit: 5
|
||||
command: |
|
||||
nix develop --command -- docker run \
|
||||
--tty --rm \
|
||||
--volume ~/.cache/hs-integration-go:/go \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue