fix tests

This commit is contained in:
Hazel 2024-01-29 15:16:33 +00:00
commit fc0a6fcb57
No known key found for this signature in database
GPG key ID: C7C5A3D1A085B70F
8 changed files with 279 additions and 314 deletions

View file

@ -1,5 +1,5 @@
import * as core from '@actions/core'
import {RetryHelper} from '../lib/retry-helper'
import {RetryHelper} from '../src/retry-helper'
let info: string[]
let retryHelper: any