Skip to content

Commit

Permalink
Specify bash as shell for Windows jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bret Ambrose committed Feb 24, 2025
1 parent 9c39cd5 commit 9d10355
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,13 @@ jobs:
role-to-assume: ${{ env.CI_MQTT5_ROLE }}
aws-region: ${{ env.AWS_DEFAULT_REGION }}
- name: Service tests
shell: bash
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
source utils/test_cleanup.sh
- name: MQTT311 tests
shell: bash
run: |
Expand Down

0 comments on commit 9d10355

Please sign in to comment.