mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
Remove retry from integration tests
This commit is contained in:
parent
fb85c78e8a
commit
9687e6768d
1 changed files with 1 additions and 6 deletions
7
.github/workflows/test-integration.yml
vendored
7
.github/workflows/test-integration.yml
vendored
|
@ -29,9 +29,4 @@ jobs:
|
|||
|
||||
- name: Run Integration tests
|
||||
if: steps.changed-files.outputs.any_changed == 'true'
|
||||
uses: nick-invision/retry@v2
|
||||
with:
|
||||
timeout_minutes: 100
|
||||
max_attempts: 5
|
||||
retry_on: error
|
||||
command: go test -tags integration -timeout 20m
|
||||
run: make test_integration
|
||||
|
|
Loading…
Reference in a new issue