From 6f6b137b4d156b10a87d4a700fae8ae2abababe2 Mon Sep 17 00:00:00 2001 From: Alfred Gedeon Date: Tue, 28 Nov 2023 19:57:40 -0800 Subject: [PATCH] launch correct script --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6850ff0d..c85746cc8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: