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:
Fu Hanxi 2023-10-17 19:01:01 +08:00
commit 00ae4ee386

View File

@ -518,6 +518,7 @@ if __name__ == '__main__':
)
if arg.action == 'check-readmes':
os.environ['NIGHTLY_RUN'] = '1'
check_readme(
list(check_dirs),
exclude_dirs=_exclude_dirs,