Run UI unit tests in CI (#25792)

This commit is contained in:
Luke Parker
2026-05-05 11:05:53 +10:00
committed by GitHub
parent 6b852774e1
commit ca2411d332
4 changed files with 53 additions and 7 deletions

View File

@@ -26,6 +26,15 @@
"dependsOn": ["^build"],
"outputs": [".artifacts/unit/junit.xml"],
"passThroughEnv": ["*"]
},
"@opencode-ai/ui#test": {
"dependsOn": ["^build"],
"outputs": []
},
"@opencode-ai/ui#test:ci": {
"dependsOn": ["^build"],
"outputs": [".artifacts/unit/junit.xml"],
"passThroughEnv": ["*"]
}
}
}