From 031ad89cd9922be1cda6e9de712ddcfd767b4902 Mon Sep 17 00:00:00 2001 From: Alfred Gedeon Date: Tue, 12 Dec 2023 17:23:31 -0800 Subject: [PATCH] Add pythong path --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90631e79..0f3e5089 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -214,9 +214,11 @@ jobs: aws-region: ${{ env.AWS_DEFAULT_REGION }} - name: run MQTT3 Jobs servicetests run: | + export PYTHONPATH=${{ github.workspace }}/aws-iot-device-sdk-python-v2/utils python3 ${{ env.CI_SERVICE_ROLE_CFG_FOLDER }}/test_jobs_execution.py --file ${{ env.CI_SERVICE_ROLE_CFG_FOLDER }}/ci_run_jobs_cfg.json - name: run MQTT5 Jobs servicetests run: | + export PYTHONPATH=${{ github.workspace }}/aws-iot-device-sdk-python-v2/utils python3 ${{ env.CI_SERVICE_ROLE_CFG_FOLDER }}/test_jobs_execution.py --file ${{ env.CI_SERVICE_ROLE_CFG_FOLDER }}/ci_run_mqtt5_jobs_cfg.json - name: configure AWS credentials (Connect and PubSub)