mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-12 17:10:05 +00:00
fix: put it outside?
This commit is contained in:
parent
ae4db43540
commit
4e27f93862
3 changed files with 4 additions and 3 deletions
|
|
@ -20,8 +20,9 @@ const verify = async (
|
|||
verbose: boolean,
|
||||
failCi: boolean,
|
||||
): Promise<void> => {
|
||||
await exec.exec(path.join(__dirname, 'test.sh'));
|
||||
|
||||
try {
|
||||
await exec.exec(path.join(__dirname, 'test.sh'));
|
||||
const uploaderName = getUploaderName(platform);
|
||||
|
||||
// Get SHASUM and SHASUM signature files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue