87
87
run : |
88
88
python -m pip install boto3
89
89
mvn install -DskipTests
90
-
91
- # MAYBE REMOVE
92
90
- name : configure AWS credentials (MQTT5)
93
91
uses : aws-actions/configure-aws-credentials@v2
94
92
with :
97
95
- name : run MQTT5 PubSub sample
98
96
run : |
99
97
python3 ./utils/run_in_ci.py --file ./.github/workflows/ci_run_mqtt5_pubsub_cfg.json
100
- # REMOVE ABOVE
101
-
102
98
- name : configure AWS credentials (Device Advisor)
103
99
uses : aws-actions/configure-aws-credentials@v2
104
100
with :
@@ -161,8 +157,6 @@ jobs:
161
157
source .venv/bin/activate
162
158
python3 -m pip install boto3
163
159
mvn install -Dmaven.test.skip=true
164
-
165
- # MAYBE REMOVE
166
160
- name : configure AWS credentials (MQTT5)
167
161
uses : aws-actions/configure-aws-credentials@v2
168
162
with :
@@ -172,8 +166,6 @@ jobs:
172
166
run : |
173
167
source .venv/bin/activate
174
168
python3 ./utils/run_in_ci.py --file ./.github/workflows/ci_run_mqtt5_pubsub_cfg.json
175
- # REMOVE ABOVE
176
-
177
169
- name : configure AWS credentials (Device Advisor)
178
170
uses : aws-actions/configure-aws-credentials@v2
179
171
with :
@@ -234,8 +226,6 @@ jobs:
234
226
- name : Running samples in CI setup
235
227
run : |
236
228
python3 -m pip install boto3
237
-
238
- # MAYBE REMOVE
239
229
- name : configure AWS credentials (MQTT5)
240
230
uses : aws-actions/configure-aws-credentials@v2
241
231
with :
@@ -244,8 +234,6 @@ jobs:
244
234
- name : run MQTT5 PubSub sample
245
235
run : |
246
236
python3 ./utils/run_in_ci.py --file ./.github/workflows/ci_run_mqtt5_pubsub_cfg.json
247
- # REMOVE ABOVE
248
-
249
237
- name : configure AWS credentials (Device Advisor)
250
238
uses : aws-actions/configure-aws-credentials@v2
251
239
with :
0 commit comments