Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred2g committed Nov 29, 2023
1 parent 0e92384 commit 62b74df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -524,11 +524,11 @@ jobs:
aws-region: ${{ env.AWS_DEFAULT_REGION }}
- name: run mqtt3 Jobs serviceTests
run: |
export PYTHONPATH=${{ github.workspace }}/aws-iot-device-sdk-cpp-v2/utils
export PYTHONPATH=${{ github.workspace }}/utils
python3 ${{ env.CI_SERVICE_TESTS_CFG_FOLDER }}/test_jobs_execution.py --config-file ${{ env.CI_SERVICE_TESTS_CFG_FOLDER}}/mqtt3_jobs_cfg.json
- name: run mqtt5 Jobs serviceTests
run: |
export PYTHONPATH=${{ github.workspace }}/aws-iot-device-sdk-cpp-v2/utils
export PYTHONPATH=${{ github.workspace }}/utils
python3 ${{ env.CI_SERVICE_TESTS_CFG_FOLDER }}/test_jobs_execution.py --config-file ${{ env.CI_SERVICE_TESTS_CFG_FOLDER}}/mqtt5_jobs_cfg.json
# - name: run Jobs sample
Expand Down

0 comments on commit 62b74df

Please sign in to comment.