mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-16 14:24:40 +00:00
ci: enable jest GHA reporter
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
c30228826d
commit
9b91f32bda
2 changed files with 4 additions and 2 deletions
|
@ -18,5 +18,6 @@
|
|||
"ts-jest": {
|
||||
"tsconfig": "test/tsconfig.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
"reporters": ["default", "github-actions"]
|
||||
}
|
||||
|
|
|
@ -117,7 +117,8 @@
|
|||
"ts-jest": {
|
||||
"tsconfig": "test/tsconfig.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
"reporters": ["default", "github-actions"]
|
||||
},
|
||||
"packageManager": "yarn@3.2.0"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue