1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

Added ruby test

This commit is contained in:
Eldad Fux 2020-12-11 21:41:04 +02:00
parent c070967901
commit 4f2a4f84a9

View file

@ -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',