File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,19 @@ jobs:
50
50
echo -e "::endgroup::"
51
51
echo -e "${{ env.bashPass }} ${{ env.stepName }} ${{ env.bashEnd }}"
52
52
53
- - name : Build for
53
+ - name : Build for demo
54
54
uses : espressif/esp-idf-ci-action@v1
55
55
with :
56
56
esp_idf_version : ${{ matrix.esp_idf_version }}
57
57
target : ${{ matrix.esp_target }}
58
58
path : ' ./'
59
59
command : python -m pip install --upgrade idf-component-manager && idf.py build
60
+
61
+ - name : Build for test
62
+ uses : espressif/esp-idf-ci-action@v1
63
+ with :
64
+ esp_idf_version : ${{ matrix.esp_idf_version }}
65
+ target : ${{ matrix.esp_target }}
66
+ path : ' ./'
67
+ command :
68
+ rm -rf build sdkconfig dependencies.lock; python -m pip install --upgrade idf-component-manager && echo -e "CONFIG_GRI_RUN_QUALIFICATION_TEST=y\nCONFIG_GRI_DEVICE_ADVISOR_TEST_ENABLED=y\nCONFIG_GRI_MQTT_TEST_ENABLED=y\nCONFIG_GRI_TRANSPORT_INTERFACE_TEST_ENABLED=y\nCONFIG_GRI_CORE_PKCS11_TEST_ENABLED=y" >> sdkconfig.defaults && idf.py build
You can’t perform that action at this time.
0 commit comments