mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Removed deno test
This commit is contained in:
parent
9bc3184ee3
commit
f3024e1873
1 changed files with 8 additions and 8 deletions
|
|
@ -520,14 +520,14 @@ class FunctionsCustomServerTest extends Scope
|
|||
'command' => 'ruby app.rb',
|
||||
'timeout' => 15,
|
||||
],
|
||||
[
|
||||
'language' => 'Deno',
|
||||
'version' => '1.5',
|
||||
'name' => 'deno-1.5',
|
||||
'code' => $functions.'/deno.tar.gz',
|
||||
'command' => 'deno run --allow-env index.ts',
|
||||
'timeout' => 15,
|
||||
],
|
||||
// [
|
||||
// 'language' => 'Deno',
|
||||
// 'version' => '1.5',
|
||||
// 'name' => 'deno-1.5',
|
||||
// 'code' => $functions.'/deno.tar.gz',
|
||||
// 'command' => 'deno run --allow-env index.ts',
|
||||
// 'timeout' => 15,
|
||||
// ],
|
||||
];
|
||||
|
||||
foreach ($envs as $key => $env) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue