From 27a50e103febce7956812d0a0fee1c6fd029d415 Mon Sep 17 00:00:00 2001 From: Igor Abdrakhimov Date: Fri, 24 Nov 2023 12:20:49 -0800 Subject: [PATCH] Fix CI --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5613771..a9892158 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -200,22 +200,22 @@ jobs: working-directory: ./aws-iot-device-sdk-js-v2/servicetests run: | export PYTHONPATH=${{ github.workspace }}/aws-iot-device-sdk-js-v2/utils - python3 ./servicetests/test_cases/test_shadow_update.py --config-file test_cases/mqtt3_shadow_cfg.json + python3 ./test_cases/test_shadow_update.py --config-file test_cases/mqtt3_shadow_cfg.json - name: run Shadow service client test for MQTT5 working-directory: ./aws-iot-device-sdk-js-v2/servicetests run: | export PYTHONPATH=${{ github.workspace }}/aws-iot-device-sdk-js-v2/utils - python3 ./servicetests/test_cases/test_shadow_update.py --config-file test_cases/mqtt5_shadow_cfg.json + python3 ./test_cases/test_shadow_update.py --config-file test_cases/mqtt5_shadow_cfg.json - name: run Named Shadow service client test for MQTT311 working-directory: ./aws-iot-device-sdk-js-v2/servicetests run: | export PYTHONPATH=${{ github.workspace }}/aws-iot-device-sdk-js-v2/utils - python3 ./servicetests/test_cases/test_shadow_update.py --config-file test_cases/mqtt3_named_shadow_cfg.json + python3 ./test_cases/test_shadow_update.py --config-file test_cases/mqtt3_named_shadow_cfg.json - name: run Named Shadow service client test for MQTT5 working-directory: ./aws-iot-device-sdk-js-v2/servicetests run: | export PYTHONPATH=${{ github.workspace }}/aws-iot-device-sdk-js-v2/utils - python3 ./servicetests/test_cases/test_shadow_update.py --config-file test_cases/mqtt5_named_shadow_cfg.json + python3 ./test_cases/test_shadow_update.py --config-file test_cases/mqtt5_named_shadow_cfg.json - name: configure AWS credentials (Connect and PubSub) uses: aws-actions/configure-aws-credentials@v1 with: