mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Added ruby test
This commit is contained in:
@@ -508,6 +508,13 @@ class FunctionsCustomServerTest extends Scope
|
||||
'code' => $functions.'/node.tar.gz',
|
||||
'command' => 'node index.js',
|
||||
],
|
||||
[
|
||||
'language' => 'Ruby',
|
||||
'version' => '2.7',
|
||||
'name' => 'ruby-2.7',
|
||||
'code' => $functions.'/ruby.tar.gz',
|
||||
'command' => 'ruby app.rb',
|
||||
],
|
||||
// [
|
||||
// 'language' => 'Deno',
|
||||
// 'version' => '1.5',
|
||||
|
||||
Reference in New Issue
Block a user