Skip to content

Commit

Permalink
fix parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred2g committed Nov 29, 2023
1 parent 933080d commit 3fdf328
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 @@ -574,12 +574,12 @@ jobs:
- name: run mqtt3 Jobs 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
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
python3 ${{ env.CI_SERVICE_TESTS_CFG_FOLDER }}/test_jobs_execution.py --file ${{ env.CI_SERVICE_TESTS_CFG_FOLDER}}/mqtt5_jobs_cfg.json
python3 ${{ env.CI_SERVICE_TESTS_CFG_FOLDER }}/test_jobs_execution.py --config-file ${{ env.CI_SERVICE_TESTS_CFG_FOLDER}}/mqtt5_jobs_cfg.json
# check that docs can still build
check-docs:
Expand Down

0 comments on commit 3fdf328

Please sign in to comment.