mirror of
https://github.com/juanfont/headscale.git
synced 2025-01-19 02:10:04 +09:00
remove retry
Test if there is a large amount of flaky test, goal would be to mark them individually with: tailscale.com/cmd/testwrapper/flakytest to encourage fixing them instead of leaving them broken. This might be pointless as we might be flaking due to gh actions low resources. Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
1ab7b315a2
commit
67401948f2
1 changed files with 1 additions and 4 deletions
5
.github/workflows/test-integration.yaml
vendored
5
.github/workflows/test-integration.yaml
vendored
|
@ -118,13 +118,10 @@ jobs:
|
|||
if: steps.changed-files.outputs.files == 'true'
|
||||
continue-on-error: true
|
||||
- name: Run Integration Test
|
||||
uses: Wandalen/wretry.action@master
|
||||
if: steps.changed-files.outputs.files == 'true'
|
||||
env:
|
||||
USE_POSTGRES: ${{ matrix.database == 'postgres' && '1' || '0' }}
|
||||
with:
|
||||
attempt_limit: 5
|
||||
command: |
|
||||
run: |
|
||||
nix develop --command -- docker run \
|
||||
--tty --rm \
|
||||
--volume ~/.cache/hs-integration-go:/go \
|
||||
|
|
Loading…
Reference in a new issue