test(ci): publish unit reports in actions (#20547)
This commit is contained in:
parent
f2d4ced8ea
commit
c72642dd35
4 changed files with 42 additions and 4 deletions
|
|
@ -9,6 +9,7 @@
|
|||
"prepare": "effect-language-service patch || true",
|
||||
"typecheck": "tsgo --noEmit",
|
||||
"test": "bun test --timeout 30000",
|
||||
"test:ci": "bun test --timeout 30000 --reporter=junit --reporter-outfile=.artifacts/unit/junit.xml",
|
||||
"build": "bun run script/build.ts",
|
||||
"upgrade-opentui": "bun run script/upgrade-opentui.ts",
|
||||
"dev": "bun run --conditions=browser ./src/index.ts",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue