File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 63
63
- name : run PubSub sample
64
64
run : |
65
65
python ${{ env.CI_UTILS_FOLDER }}/run_sample_ci.py --file ${{ env.CI_SAMPLES_CFG_FOLDER }}/ci_run_pubsub_cfg.json
66
- - name : run Windows Certificate Connect sample
67
- run : |
68
- python ${{ env.CI_UTILS_FOLDER }}/run_sample_ci.py --file ${{ env.CI_SAMPLES_CFG_FOLDER }}/ci_run_windows_cert_connect_cfg.json
66
+ # TODO Temporarily disable this job. Enable it after the issue is properly fixes.
67
+ # - name: run Windows Certificate Connect sample
68
+ # run: |
69
+ # python ${{ env.CI_UTILS_FOLDER }}/run_sample_ci.py --file ${{ env.CI_SAMPLES_CFG_FOLDER }}/ci_run_windows_cert_connect_cfg.json
69
70
- name : configure AWS credentials (MQTT5 samples)
70
71
uses : aws-actions/configure-aws-credentials@v1
71
72
with :
You can’t perform that action at this time.
0 commit comments