Skip to content

Commit

Permalink
Add missing config file
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Jun 5, 2024
1 parent 92083f5 commit 71fe27e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ci_run_greengrass_ipc_cfg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"language": "Python",
"runnable_file": "ipc_greengrass.py",
"runnable_region": "us-east-1",
"runnable_main_class": "",
"arguments": [
{
"name": "--topic",
"data": "test/gg-ipc-topic"
},
{
"name": "--message",
"data": "hello"
},
{
"name": "--is_ci",
"data": "true"
}

]
}

0 comments on commit 71fe27e

Please sign in to comment.