Merge branch 'main' into integration-v2-no-verbose
This commit is contained in:
commit
21b06f603a
|
@ -32,9 +32,4 @@ jobs:
|
||||||
|
|
||||||
- name: Run CLI integration tests
|
- name: Run CLI integration tests
|
||||||
if: steps.changed-files.outputs.any_changed == 'true'
|
if: steps.changed-files.outputs.any_changed == 'true'
|
||||||
uses: nick-fields/retry@v2
|
run: nix develop --command -- make test_integration_cli
|
||||||
with:
|
|
||||||
timeout_minutes: 240
|
|
||||||
max_attempts: 5
|
|
||||||
retry_on: error
|
|
||||||
command: nix develop --command -- make test_integration_cli
|
|
||||||
|
|
|
@ -32,9 +32,4 @@ jobs:
|
||||||
|
|
||||||
- name: Run Embedded DERP server integration tests
|
- name: Run Embedded DERP server integration tests
|
||||||
if: steps.changed-files.outputs.any_changed == 'true'
|
if: steps.changed-files.outputs.any_changed == 'true'
|
||||||
uses: nick-fields/retry@v2
|
run: nix develop --command -- make test_integration_derp
|
||||||
with:
|
|
||||||
timeout_minutes: 240
|
|
||||||
max_attempts: 5
|
|
||||||
retry_on: error
|
|
||||||
command: nix develop --command -- make test_integration_derp
|
|
||||||
|
|
|
@ -32,9 +32,4 @@ jobs:
|
||||||
|
|
||||||
- name: Run general integration tests
|
- name: Run general integration tests
|
||||||
if: steps.changed-files.outputs.any_changed == 'true'
|
if: steps.changed-files.outputs.any_changed == 'true'
|
||||||
uses: nick-fields/retry@v2
|
run: nix develop --command -- make test_integration_general
|
||||||
with:
|
|
||||||
timeout_minutes: 240
|
|
||||||
max_attempts: 5
|
|
||||||
retry_on: error
|
|
||||||
command: nix develop --command -- make test_integration_general
|
|
||||||
|
|
|
@ -32,9 +32,4 @@ jobs:
|
||||||
|
|
||||||
- name: Run OIDC integration tests
|
- name: Run OIDC integration tests
|
||||||
if: steps.changed-files.outputs.any_changed == 'true'
|
if: steps.changed-files.outputs.any_changed == 'true'
|
||||||
uses: nick-fields/retry@v2
|
run: nix develop --command -- make test_integration_oidc
|
||||||
with:
|
|
||||||
timeout_minutes: 240
|
|
||||||
max_attempts: 5
|
|
||||||
retry_on: error
|
|
||||||
command: nix develop --command -- make test_integration_oidc
|
|
||||||
|
|
|
@ -32,9 +32,4 @@ jobs:
|
||||||
|
|
||||||
- name: Run general integration tests
|
- name: Run general integration tests
|
||||||
if: steps.changed-files.outputs.any_changed == 'true'
|
if: steps.changed-files.outputs.any_changed == 'true'
|
||||||
uses: nick-fields/retry@v2
|
run: nix develop --command -- make test_integration_v2_general
|
||||||
with:
|
|
||||||
timeout_minutes: 240
|
|
||||||
max_attempts: 5
|
|
||||||
retry_on: error
|
|
||||||
command: nix develop --command -- make test_integration_v2_general
|
|
||||||
|
|
Loading…
Reference in New Issue