mirror of
https://github.com/juanfont/headscale.git
synced 2025-02-01 00:20:14 +01:00
Run integration tests in Actions
This commit is contained in:
parent
5774b32e55
commit
b2f3ffbc5a
9
.github/workflows/test-integration.yml
vendored
9
.github/workflows/test-integration.yml
vendored
@ -48,6 +48,15 @@ jobs:
|
|||||||
retry_on: error
|
retry_on: error
|
||||||
command: nix develop --command -- make test_integration_derp
|
command: nix develop --command -- make test_integration_derp
|
||||||
|
|
||||||
|
- name: Run OIDC integration tests
|
||||||
|
if: steps.changed-files.outputs.any_changed == 'true'
|
||||||
|
uses: nick-fields/retry@v2
|
||||||
|
with:
|
||||||
|
timeout_minutes: 240
|
||||||
|
max_attempts: 5
|
||||||
|
retry_on: error
|
||||||
|
command: nix develop --command -- make test_integration_oidc
|
||||||
|
|
||||||
- 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
|
uses: nick-fields/retry@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user