mirror of
https://github.com/actions/typescript-action.git
synced 2025-04-08 08:19:53 +00:00
Fix example tests (#32)
This commit is contained in:
committed by
Bryan MacFarlane
parent
c125c0f784
commit
01408a6ef7
@ -7,7 +7,7 @@ async function run() {
|
||||
console.log(`Waiting ${ms} milliseconds ...`)
|
||||
|
||||
core.debug((new Date()).toTimeString())
|
||||
await wait(parseInt(ms));
|
||||
await wait(parseInt(ms, 10));
|
||||
core.debug((new Date()).toTimeString())
|
||||
|
||||
core.setOutput('time', new Date().toTimeString());
|
||||
|
Reference in New Issue
Block a user