Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Nov 22, 2023
1 parent e621d38 commit c52ee00
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,19 +198,19 @@ jobs:
aws-region: ${{ env.AWS_DEFAULT_REGION }}
- name: run Shadow service client test for MQTT311
run: |
export PYTHONPATH=${{ github.workspace }}/utils
export PYTHONPATH=${{ github.workspace }}/aws-iot-device-sdk-js-v2/utils
python3 ./aws-iot-device-sdk-js-v2/servicetests/test_cases/test_shadow_update.py --mqtt-version 3
- name: run Shadow service client test for MQTT5
run: |
export PYTHONPATH=${{ github.workspace }}/utils
export PYTHONPATH=${{ github.workspace }}/aws-iot-device-sdk-js-v2/utils
python3 ./aws-iot-device-sdk-js-v2/servicetests/test_cases/test_shadow_update.py --mqtt-version 5
- name: run Named Shadow service client test for MQTT311
run: |
export PYTHONPATH=${{ github.workspace }}/utils
export PYTHONPATH=${{ github.workspace }}/aws-iot-device-sdk-js-v2/utils
python3 ./aws-iot-device-sdk-js-v2/servicetests/test_cases/test_shadow_update.py --mqtt-version 3 --use-named-shadow
- name: run Named Shadow service client test for MQTT5
run: |
export PYTHONPATH=${{ github.workspace }}/utils
export PYTHONPATH=${{ github.workspace }}/aws-iot-device-sdk-js-v2/utils
python3 ./aws-iot-device-sdk-js-v2/servicetests/test_cases/test_shadow_update.py --mqtt-version 5 --use-named-shadow
- name: configure AWS credentials (Connect and PubSub)
uses: aws-actions/configure-aws-credentials@v1
Expand Down

0 comments on commit c52ee00

Please sign in to comment.