Skip to content

Commit

Permalink
Add service tests to windows and linux CI jobs too
Browse files Browse the repository at this point in the history
  • Loading branch information
Bret Ambrose committed Feb 24, 2025
1 parent cd3e123 commit 9c39cd5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,13 @@ jobs:
with:
role-to-assume: ${{ env.CI_MQTT5_ROLE }}
aws-region: ${{ env.AWS_DEFAULT_REGION }}
- name: Service tests
run: |
source utils/test_setup.sh s3://iot-sdk-ci-bucket-us-east1/IotUsProdMqtt5EnvironmentVariables.txt us-east-1
mvn test -Dtest=ShadowTests -Dsurefire.failIfNoSpecifiedTests=false
mvn test -Dtest=JobsTests -Dsurefire.failIfNoSpecifiedTests=false
mvn test -Dtest=IdentityTests -Dsurefire.failIfNoSpecifiedTests=false
source utils/test_cleanup.sh
- name: MQTT311 tests
shell: bash
run: |
Expand Down Expand Up @@ -244,6 +251,13 @@ jobs:
with:
role-to-assume: ${{ env.CI_MQTT5_ROLE }}
aws-region: ${{ env.AWS_DEFAULT_REGION }}
- name: Service tests
run: |
source utils/test_setup.sh s3://iot-sdk-ci-bucket-us-east1/IotUsProdMqtt5EnvironmentVariables.txt us-east-1
mvn test -Dtest=ShadowTests -Dsurefire.failIfNoSpecifiedTests=false
mvn test -Dtest=JobsTests -Dsurefire.failIfNoSpecifiedTests=false
mvn test -Dtest=IdentityTests -Dsurefire.failIfNoSpecifiedTests=false
source utils/test_cleanup.sh
- name: MQTT311 tests
run: |
source utils/test_setup.sh s3://iot-sdk-ci-bucket-us-east1/IotUsProdMqtt5EnvironmentVariables.txt us-east-1
Expand Down

0 comments on commit 9c39cd5

Please sign in to comment.