From de370b9a7ee9ed19b997a0dc39b0c9ea6403061f Mon Sep 17 00:00:00 2001 From: tefirman Date: Tue, 17 Dec 2024 17:05:50 -0800 Subject: [PATCH] Adding inputs and options jsons to the hello world unit tests --- helloDockerHostname/inputs.json | 1 + helloDockerHostname/options.json | 5 +++++ helloHostname/inputs.json | 1 + helloHostname/options.json | 5 +++++ helloModuleHostname/inputs.json | 1 + helloModuleHostname/options.json | 5 +++++ 6 files changed, 18 insertions(+) create mode 100644 helloDockerHostname/inputs.json create mode 100644 helloDockerHostname/options.json create mode 100644 helloHostname/inputs.json create mode 100644 helloHostname/options.json create mode 100644 helloModuleHostname/inputs.json create mode 100644 helloModuleHostname/options.json diff --git a/helloDockerHostname/inputs.json b/helloDockerHostname/inputs.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/helloDockerHostname/inputs.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/helloDockerHostname/options.json b/helloDockerHostname/options.json new file mode 100644 index 0000000..1d043b8 --- /dev/null +++ b/helloDockerHostname/options.json @@ -0,0 +1,5 @@ +{ + "workflow_failure_mode": "ContinueWhilePossible", + "write_to_cache": false, + "read_from_cache": false +} diff --git a/helloHostname/inputs.json b/helloHostname/inputs.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/helloHostname/inputs.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/helloHostname/options.json b/helloHostname/options.json new file mode 100644 index 0000000..1d043b8 --- /dev/null +++ b/helloHostname/options.json @@ -0,0 +1,5 @@ +{ + "workflow_failure_mode": "ContinueWhilePossible", + "write_to_cache": false, + "read_from_cache": false +} diff --git a/helloModuleHostname/inputs.json b/helloModuleHostname/inputs.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/helloModuleHostname/inputs.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/helloModuleHostname/options.json b/helloModuleHostname/options.json new file mode 100644 index 0000000..1d043b8 --- /dev/null +++ b/helloModuleHostname/options.json @@ -0,0 +1,5 @@ +{ + "workflow_failure_mode": "ContinueWhilePossible", + "write_to_cache": false, + "read_from_cache": false +}