Skip to content

Commit

Permalink
Adding inputs and options jsons to the hello world unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tefirman committed Dec 18, 2024
1 parent 64ea23e commit de370b9
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions helloDockerHostname/inputs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
5 changes: 5 additions & 0 deletions helloDockerHostname/options.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"workflow_failure_mode": "ContinueWhilePossible",
"write_to_cache": false,
"read_from_cache": false
}
1 change: 1 addition & 0 deletions helloHostname/inputs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
5 changes: 5 additions & 0 deletions helloHostname/options.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"workflow_failure_mode": "ContinueWhilePossible",
"write_to_cache": false,
"read_from_cache": false
}
1 change: 1 addition & 0 deletions helloModuleHostname/inputs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
5 changes: 5 additions & 0 deletions helloModuleHostname/options.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"workflow_failure_mode": "ContinueWhilePossible",
"write_to_cache": false,
"read_from_cache": false
}

0 comments on commit de370b9

Please sign in to comment.