mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
24 lines
462 B
Text
24 lines
462 B
Text
|
{
|
||
|
"tempDir": true,
|
||
|
"steps": [
|
||
|
{
|
||
|
"args": "eval Deno.copyFileSync(Deno.execPath(),'./deno_copy');",
|
||
|
"exitCode": 0,
|
||
|
"output": ""
|
||
|
},
|
||
|
{
|
||
|
"commandName": "./deno_copy",
|
||
|
"args": "upgrade --force --version 1.43.2",
|
||
|
"output": "upgrade.out",
|
||
|
"exitCode": 0,
|
||
|
"flaky": true
|
||
|
},
|
||
|
{
|
||
|
"commandName": "./deno_copy",
|
||
|
"args": "--version",
|
||
|
"exitCode": 0,
|
||
|
"output": "version.out"
|
||
|
}
|
||
|
]
|
||
|
}
|