Merge branch 'main' into remove-sponsorship
This commit is contained in:
commit
6fe86dff00
25 changed files with 857 additions and 112 deletions
9
.github/workflows/test-integration.yml
vendored
9
.github/workflows/test-integration.yml
vendored
|
@ -48,6 +48,15 @@ jobs:
|
|||
retry_on: error
|
||||
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
|
||||
if: steps.changed-files.outputs.any_changed == 'true'
|
||||
uses: nick-fields/retry@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue