-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI/CD] Refactor Cypress Workflow (#1290)
* Fix the integration cypress test and add a dashboard check in integration GH workflow Signed-off-by: Ryan Liang <jiallian@amazon.com> * Minimize the cypress steps in ci Signed-off-by: Ryan Liang <jiallian@amazon.com> * Revert it back to npx install Signed-off-by: Ryan Liang <jiallian@amazon.com> * Parallel workflow setup 1 Signed-off-by: Ryan Liang <jiallian@amazon.com> * Parallel workflow setup 1 Signed-off-by: Ryan Liang <jiallian@amazon.com> * Correct test files matrix name Signed-off-by: Ryan Liang <jiallian@amazon.com> * correct the matrix format and add comma for the json arraylist Signed-off-by: Ryan Liang <jiallian@amazon.com> * Add matrix env var Signed-off-by: Ryan Liang <jiallian@amazon.com> * Try hardcoded list for test files Signed-off-by: Ryan Liang <jiallian@amazon.com> * Refactor cypress dir Signed-off-by: Ryan Liang <jiallian@amazon.com> * Correct the naming path Signed-off-by: Ryan Liang <jiallian@amazon.com> * Fix the typo Signed-off-by: Ryan Liang <jiallian@amazon.com> * Fix the group naming Signed-off-by: Ryan Liang <jiallian@amazon.com> --------- Signed-off-by: Ryan Liang <jiallian@amazon.com>
- Loading branch information
Showing
12 changed files
with
53 additions
and
38 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
File renamed without changes.
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
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 |
---|---|---|
|
@@ -82,4 +82,4 @@ | |
"node_modules/*", | ||
"target/*" | ||
] | ||
} | ||
} |