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
commit ca2411d332
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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": ["*"]
}
}
}