-
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.
fix: Added a execution result file (#1690)
* Added result file. * Corrected unit tests * Added push branch trigger for testing. * Corrected output path used by result file. * Temporarily removed some tests * Corrected unit tests. Made sure result file is uploaded. * Removed action test trigger. * Added manual trigger to be able to deploy any branch to staging. * Improved error handling * Removed testing trigger in GH action * Changed contents of returned exception. --------- Co-authored-by: Jingsi Lu <jingsi@mobilitydata.org>
- Loading branch information
Showing
4 changed files
with
91 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ on: | |
push: | ||
branches: | ||
- master | ||
workflow_dispatch: | ||
|
||
env: | ||
NODE_VERSION: "20" | ||
|
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