Skip to content

Commit

Permalink
launch correct script
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred2g committed Nov 29, 2023
1 parent c36bb56 commit 6f6b137
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -571,13 +571,13 @@ jobs:
run: |
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
- name: run mqtt3 Jobs serviceTests
run: |
python3 ${{ env.CI_UTILS_FOLDER }}/run_sample_ci.py --file ${{ env.CI_SERVICE_TESTS_CFG_FOLDER}}/mqtt3_jobs_cfg.json --input_uuid ${Sample_UUID}
python3 ${{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
- name: run mqtt5 Jobs serviceTests
run: |
python3 ${{ env.CI_UTILS_FOLDER }}/run_sample_ci.py --file ${{ env.CI_SERVICE_TESTS_CFG_FOLDER}}/mqtt5_jobs_cfg.json --input_uuid ${Sample_UUID}
python3 ${{CI_SERVICE_TESTS_CFG_FOLDER}}/test_jobs_execution.py --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 6f6b137

Please sign in to comment.