mirror of
https://github.com/actions/checkout.git
synced 2025-04-19 17:16:46 +00:00
Run format, lint and build
Signed-off-by: Luca Comellini <luca.com@gmail.com>
This commit is contained in:
parent
44c2b7a8a4
commit
b260373e81
9 changed files with 9720 additions and 29471 deletions
|
@ -68,7 +68,7 @@ describe('retry-helper tests', () => {
|
|||
|
||||
it('all attempts fail succeeds', async () => {
|
||||
let attempts = 0
|
||||
let error: Error = null as unknown as Error
|
||||
let error: Error = (null as unknown) as Error
|
||||
try {
|
||||
await retryHelper.execute(() => {
|
||||
throw new Error(`some error ${++attempts}`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue