mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 12:44:33 +02:00
Merge branch 'ci/fix_get_test_cases_issues' into 'master'
ci: set env var NIGHTLY_RUN while checking the apps readme files See merge request espressif/esp-idf!26493
This commit is contained in:
@@ -518,6 +518,7 @@ if __name__ == '__main__':
|
|||||||
)
|
)
|
||||||
|
|
||||||
if arg.action == 'check-readmes':
|
if arg.action == 'check-readmes':
|
||||||
|
os.environ['NIGHTLY_RUN'] = '1'
|
||||||
check_readme(
|
check_readme(
|
||||||
list(check_dirs),
|
list(check_dirs),
|
||||||
exclude_dirs=_exclude_dirs,
|
exclude_dirs=_exclude_dirs,
|
||||||
|
Reference in New Issue
Block a user