From d235e9fa8f0b2ac096c17ba695c29a9f71a58bb2 Mon Sep 17 00:00:00 2001 From: Prathiksha-Nataraja <90592522+Prathiksha-Nataraja@users.noreply.github.com> Date: Fri, 31 May 2024 16:28:55 +0530 Subject: [PATCH] Delete test/main.echo --- test/main.echo | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 test/main.echo diff --git a/test/main.echo b/test/main.echo deleted file mode 100644 index 7bf7cad..0000000 --- a/test/main.echo +++ /dev/null @@ -1,17 +0,0 @@ -hello_world = task( - kind = "hello_world", - action_name = "hello_world", - input_arguments = [ - argument( - name="name", - input_type = HashMap(String, Int), - default_value = {"ff" : 5} - ), - ], -) - -workflows( - name = "test", - version = "0.0.1", - tasks = [hello_world] -) \ No newline at end of file