mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 20:54:32 +02:00
Merge branch 'bugfix/missing_assign_test_variable' into 'master'
CI: fix missing variables issue in assign_test See merge request espressif/esp-idf!11111
This commit is contained in:
@@ -26,9 +26,9 @@ assign_test:
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- components/idf_test/*/CIConfigs
|
- components/idf_test/*/CIConfigs
|
||||||
- $EXAMPLE_CONFIG_OUTPUT_PATH
|
- $EXAMPLE_TEST_DIR/test_configs
|
||||||
- $TEST_APP_CONFIG_OUTPUT_PATH
|
- $CUSTOM_TEST_DIR/test_configs
|
||||||
- $COMPONENT_UT_CONFIG_OUTPUT_PATH
|
- $COMPONENT_UT_OUTPUT_DIR/test_configs
|
||||||
- build_examples/artifact_index.json
|
- build_examples/artifact_index.json
|
||||||
- build_test_apps/artifact_index.json
|
- build_test_apps/artifact_index.json
|
||||||
- build_component_ut/artifact_index.json
|
- build_component_ut/artifact_index.json
|
||||||
|
Reference in New Issue
Block a user