feat(tools): Do not run test_create_project_with_idf_readonly on macOS

It corrupts environment on macOS runner because it uses shell, not docker-executor,
and makes all tree read-only for a non-root user.

+ Replace examples with real files in example README.md
This commit is contained in:
Marek Fiala
2023-08-24 11:33:35 +02:00
parent 8ad3c8ca1f
commit b39e541652
5 changed files with 8 additions and 20 deletions
@@ -0,0 +1 @@
-B build-debug -DSDKCONFIG=build-debug/sdkconfig -DSDKCONFIG_DEFAULTS="sdkconfig.defaults;sdkconfig.debug"