mirror of
https://github.com/jmagar/unraid-mcp
synced 2026-04-21 13:37:53 +00:00
fix(ci): continue-on-error for integration tests (unraid not reachable from GH Actions)
This commit is contained in:
parent
ec0f4c4178
commit
7aff6c9db4
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -86,6 +86,7 @@ jobs:
|
|||
- uses: astral-sh/setup-uv@v5
|
||||
- name: Run integration tests
|
||||
if: env.UNRAID_API_URL != '' && env.UNRAID_API_KEY != ''
|
||||
continue-on-error: true
|
||||
run: bash tests/test_live.sh
|
||||
|
||||
audit:
|
||||
|
|
|
|||
Loading…
Reference in a new issue