mirror of
https://github.com/mshick/add-pr-comment.git
synced 2026-01-05 15:30:00 +11:00
vitest
This commit is contained in:
parent
94fd7ef52f
commit
80f4918ea8
5 changed files with 2381 additions and 4681 deletions
|
|
@ -200,6 +200,8 @@ const run = async (): Promise<void> => {
|
|||
} catch (err) {
|
||||
if (err instanceof Error) {
|
||||
core.setFailed(err.message)
|
||||
} else {
|
||||
core.setFailed('unknown failure')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue