Closed hsubbaraj-spiral closed 1 year ago
Adds guardrails for checks on config
https://linear.app/aqueducthq/issue/ENG-2942/fix-global-lazy-setting-for-periodic-test
Periodic tests run here: https://github.com/aqueducthq/aqueduct/actions/runs/4919283902
python3 scripts/run_linters.py -h
run_integration_test
skip_integration_test
Describe your changes and why you are making these changes
Adds guardrails for checks on config
Related issue number (if any)
https://linear.app/aqueducthq/issue/ENG-2942/fix-global-lazy-setting-for-periodic-test
Loom demo (if any)
Periodic tests run here: https://github.com/aqueducthq/aqueduct/actions/runs/4919283902
Checklist before requesting a review
python3 scripts/run_linters.py -h
for usage).run_integration_test
: Runs integration testsskip_integration_test
: Skips integration tests (Should be used when changes are ONLY documentation/UI)