Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Dec 16, 2023
1 parent 7f2ab07 commit ece0715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
name: 'documentation'
});
}
} catch (err) { log.console(err); }
} catch (err) { console.log(err); }
try {
if(tests_changes > 0) {
Expand All @@ -117,4 +117,4 @@ jobs:
name: 'automation/ci'
});
}
} catch (err) { log.console(err); }
} catch (err) { console.log(err); }

0 comments on commit ece0715

Please sign in to comment.