Skip to content

Commit

Permalink
fix pythong argument
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred2g committed Dec 13, 2023
1 parent a44b284 commit 5985de2
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 @@ -215,11 +215,11 @@ jobs:
- 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
python3 ${{ env.CI_SERVICE_ROLE_CFG_FOLDER }}/test_jobs_execution.py --config-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
python3 ${{ env.CI_SERVICE_ROLE_CFG_FOLDER }}/test_jobs_execution.py --config-file ${{ env.CI_SERVICE_ROLE_CFG_FOLDER }}/ci_run_mqtt5_jobs_cfg.json
- name: configure AWS credentials (Connect and PubSub)
uses: aws-actions/configure-aws-credentials@v1
Expand Down

0 comments on commit 5985de2

Please sign in to comment.