mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-29 18:33:05 +00:00
Allow integration test to retry
This commit is contained in:
parent
8dca40535f
commit
fe2f75d13d
1 changed files with 5 additions and 1 deletions
6
.github/workflows/test-integration.yml
vendored
6
.github/workflows/test-integration.yml
vendored
|
@ -29,4 +29,8 @@ jobs:
|
|||
|
||||
- name: Run Integration tests
|
||||
if: steps.changed-files.outputs.any_changed == 'true'
|
||||
run: go test -tags integration -timeout 30m
|
||||
uses: nick-invision/retry@v2
|
||||
with:
|
||||
max_attempts: 5
|
||||
retry_on: error
|
||||
command: go test -tags integration -timeout 20m
|
||||
|
|
Loading…
Reference in a new issue