File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -89,14 +89,18 @@ jobs:
89
89
- name : ' ☁️ Connect to IoT cloud (CPython / Key-Cert Auth / Async)'
90
90
env :
91
91
DEVICE_ID : ${{ secrets.DEVICE_ID2 }}
92
- SECRET_KEY : ${{ secrets.SECRET_KEY }}
93
92
run : |
94
93
python tests/ci.py --file-auth
95
94
95
+ - name : ' ☁️ Connect to IoT cloud (CPython / Key-Cert-CADATA Auth / Async)'
96
+ env :
97
+ DEVICE_ID : ${{ secrets.DEVICE_ID2 }}
98
+ run : |
99
+ python tests/ci.py --file-auth --ca-data
100
+
96
101
- name : ' ☁️ Connect to IoT cloud (CPython / Crypto Auth / Async)'
97
102
env :
98
103
DEVICE_ID : ${{ secrets.DEVICE_ID2 }}
99
- SECRET_KEY : ${{ secrets.SECRET_KEY }}
100
104
run : |
101
105
export SOFTHSM2_CONF="${HOME}/softhsm/tokens/softhsm2.conf"
102
106
python tests/ci.py --crypto-device
@@ -122,7 +126,6 @@ jobs:
122
126
- name : ' ☁️ Connect to IoT cloud (MicroPython / Key-Cert Auth / Async)'
123
127
env :
124
128
DEVICE_ID : ${{ secrets.DEVICE_ID2 }}
125
- SECRET_KEY : ${{ secrets.SECRET_KEY }}
126
129
run : |
127
130
export PATH="${HOME}/cache/bin:${PATH}"
128
131
micropython -c "import sys; print(sys.path)"
You can’t perform that action at this time.
0 commit comments