From a6c77e3113357635bbb89e693738c00ebd6f90f6 Mon Sep 17 00:00:00 2001 From: Alfred Gedeon Date: Tue, 28 Nov 2023 23:24:08 -0800 Subject: [PATCH] fix path --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d7787cc6..58214869d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -572,13 +572,11 @@ jobs: python3 ${{ env.CI_UTILS_FOLDER }}/run_sample_ci.py --file ${{ env.CI_SAMPLES_CFG_FOLDER }}/ci_run_greengrass_discovery_cfg.json - name: run mqtt3 Jobs serviceTests - working-directory: ./aws-iot-device-sdk-cpp-v2/servicetests run: | export PYTHONPATH=${{ github.workspace }}/aws-iot-device-sdk-cpp-v2/utils python3 ${{ env.CI_SERVICE_TESTS_CFG_FOLDER }}/test_jobs_execution.py --file ${{ env.CI_SERVICE_TESTS_CFG_FOLDER}}/mqtt3_jobs_cfg.json - name: run mqtt5 Jobs serviceTests - working-directory: ./aws-iot-device-sdk-cpp-v2/servicetests run: | export PYTHONPATH=${{ github.workspace }}/aws-iot-device-sdk-cpp-v2/utils python3 ${{ env.CI_SERVICE_TESTS_CFG_FOLDER }}/test_jobs_execution.py --file ${{ env.CI_SERVICE_TESTS_CFG_FOLDER}}/mqtt5_jobs_cfg.json