Commit a87f360
fix: Skip comprehensive validation in CI to prevent timeout
- Add CI environment detection using CI and GITHUB_ACTIONS env vars
- Skip comprehensive validation when SKIP_COMPREHENSIVE_VALIDATION_IN_CI=True and running in CI
- Resolves Pytest (Fast) timeout after 20 minutes
- Keeps comprehensive validation available for local development
- Add missing os import for environment variable access
Co-Authored-By: AJ Steers <[email protected]>1 parent 0a4b66e commit a87f360
File tree
1 file changed
+7
-0
lines changed- unit_tests/sources/declarative
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| 46 | + | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| |||
291 | 294 | | |
292 | 295 | | |
293 | 296 | | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
294 | 301 | | |
295 | 302 | | |
296 | 303 | | |
| |||
0 commit comments