Skip to content

Commit 7691b8b

Browse files
committed
build: fix missing coverage directory with cached tests
1 parent 92abb38 commit 7691b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test": {
1818
"dependsOn": ["^build", "build"],
1919
"env": ["CC_OS", "GITHUB_ACTIONS"],
20-
"outputs": ["coverage/** ", "playwright-report/**", "test-results/**"]
20+
"outputs": ["coverage/**", "playwright-report/**", "test-results/**"]
2121
},
2222
"typecheck": {
2323
"dependsOn": ["^build", "^test"]

0 commit comments

Comments
 (0)