mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-18 06:22:05 +09:00
Rerun integration tests 5 times if error
This commit is contained in:
@@ -27,4 +27,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Run Integration tests
|
- name: Run Integration tests
|
||||||
if: steps.changed-files.outputs.any_changed == 'true'
|
if: steps.changed-files.outputs.any_changed == 'true'
|
||||||
run: nix develop --command -- make test_integration
|
uses: nick-fields/retry@v2
|
||||||
|
with:
|
||||||
|
timeout_minutes: 240
|
||||||
|
max_attempts: 5
|
||||||
|
retry_on: error
|
||||||
|
command: nix develop --command -- make test_integration
|
||||||
|
|||||||
Reference in New Issue
Block a user