File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -329,12 +329,12 @@ jobs:
329
329
- name : MQTT311 tests
330
330
run : |
331
331
source utils/mqtt5_test_setup.sh s3://iot-sdk-ci-bucket-us-east1/IotUsProdMqtt5EnvironmentVariables.txt us-east-1
332
- mvn test -Dtest=MqttBuilderTest -DfailIfNoTests =false
332
+ mvn test -Dtest=MqttBuilderTest -Dsurefire.failIfNoSpecifiedTests =false
333
333
source utils/mqtt5_test_setup.sh s3://iot-sdk-ci-bucket-us-east1/IotUsProdMqtt5EnvironmentVariables.txt cleanup
334
334
- name : MQTT5 tests
335
335
run : |
336
336
source utils/mqtt5_test_setup.sh s3://iot-sdk-ci-bucket-us-east1/IotUsProdMqtt5EnvironmentVariables.txt us-east-1
337
- mvn test -Dtest=Mqtt5BuilderTest -DfailIfNoTests =false
337
+ mvn test -Dtest=Mqtt5BuilderTest -Dsurefire.failIfNoSpecifiedTests =false
338
338
source utils/mqtt5_test_setup.sh s3://iot-sdk-ci-bucket-us-east1/IotUsProdMqtt5EnvironmentVariables.txt cleanup
339
339
- name : Running samples in CI setup
340
340
run : |
@@ -484,7 +484,7 @@ jobs:
484
484
run : |
485
485
python3 -m pip install boto3
486
486
sudo apt-get update -y
487
- sudo apt-get install softhsm -y
487
+ sudo apt-get install softhsm2 -y
488
488
softhsm2-util --version
489
489
- name : configure AWS credentials (Fleet provisioning)
490
490
uses : aws-actions/configure-aws-credentials@v2
Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ dependencies {
101
101
coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:1.1.5'
102
102
implementation ' org.slf4j:slf4j-api:1.7.30'
103
103
implementation ' com.google.code.gson:gson:2.9.0'
104
- implementation ' androidx.appcompat:appcompat:1.1.0'
105
104
testImplementation ' junit:junit:4.12'
106
105
androidTestImplementation ' androidx.test.ext:junit:1.1.1'
107
106
androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
You can’t perform that action at this time.
0 commit comments