-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* setup package to include dist files * sdk as dependency instead of devDependency * update missing dependency * WIP refactor for v20+ * wip update build script * update sample and readme * update read me * EOF * update electron readme * setup CI to run electron sample * setup electron run command * setup build script * fix electron command * fix arguments & readme * fix ci argument * add test log * add more logs for ci debug * log more details to debug in ci * set ci action in create window * set linux sample & test macos by directly run the electron sample * test xvfb * fix yaml * try catch subprocess exception * test run with check flag * test with timeout * improve docs * reduce timeout time * merge main * merge main * fix merge * update aws-crt * lock file * update electron version to address dependabot alerts * fix package-lock
- Loading branch information
Showing
9 changed files
with
426 additions
and
297 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"language": "Javascript", | ||
"runnable_file": "./aws-iot-device-sdk-js-v2/samples/node/pub_sub_electron_node", | ||
"runnable_region": "us-east-1", | ||
"runnable_main_class": "", | ||
"arguments": [ | ||
{ | ||
"data": "is_ci" | ||
} | ||
], | ||
"node_cmd": "npm start", | ||
"timeout": 180 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.