-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fix: adapted e2e to the latest changes (#130)
* - fix: adapted e2e to the latest changes * - fix: added e2e reporter * - fix: enabled action button i nCI * - fix: CI from env * - fix: action button * - fix: lint error * - fix: added missing env on ci * - fix: removed environment * - fix: add e2e report * - fix: continue on error * - fix: report path * - test: remove CI env * - test: better logs * - fix: exec permissions * - fix: exec permissions * - fix: timeout button atached * - fix: shinkai node platform * - fix: stop node * - fix: attached button * - fix: increased timeout * - fix: null reference * - fix: for button attached * - fix: removed references to dummy action button * - fix: lint typos * - fix: added logs for test title * - fix: added more logs * - fix: kill node * - fix: disabled retries * - test: skip test that uses a non-pristine node * disable ci --------- Co-authored-by: paulclindo <[email protected]>
- Loading branch information
1 parent
68183d1
commit dc68824
Showing
25 changed files
with
1,421 additions
and
185 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
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 was deleted.
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
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
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
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
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,3 @@ | ||
GLOBAL_IDENTITY_NAME=@@localhost.shinkai | ||
IDENTITY_SECRET_KEY=5572ea736e20d32a6e61d7567c5eb6f29f3d997aceb7d319d41686dad29bac92 | ||
ENCRYPTION_SECRET_KEY=e6a311b7d3f53b819fecb08ea76e47516a1b8a36c84ecaa0575c8fd41c13d128 |
Oops, something went wrong.