-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved Workflow for Data Processing and Testing
- Added a step to set `MAX_RUNTIME` environment variable to `5m` for non-schedule or workflow_dispatch events (test mode). - Added a step to test the creation of expected files (`*_price.npy` and `*_stats.npy`) with assertions and error handling. - Introduced a conditional step to create a 7z archive only if files were created successfully. - Updated the upload artifact step to use the `ARTIFACT_PATH` environment variable, allowing for dynamic path selection. - Refined error handling for the upload artifact step with a custom message. - Improved code readability and maintainability through better error handling and variable usage.
- Loading branch information
Showing
1 changed file
with
56 additions
and
4 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