-
Notifications
You must be signed in to change notification settings - Fork 326
Open
Labels
Description
Issue
Currently, the Zoltar upload action uses old validations code. The action runs travis/upload_zoltar_master.sh
, and in this shell script travis/validate-data.sh
is run as a step. However, travis/validate-data.sh
actually uses the validations code directly in code/validation/test_formatting.py
, and not the corresponding new code.
Steps
- Add
covid19-forecast-hub-validations
as a submodule in the hub - Modify Zoltar upload action
- Add a step to explicitly clone the new validations submodule (regular
git clone
does not deep clone, i.e., recursively clone submodules) - Modify
travis/validate-data.sh
to use code in submodule
- Add a step to explicitly clone the new validations submodule (regular
- Test functionality