diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4318b64ed..1dad9a70b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -352,6 +352,7 @@ jobs: aws-region: ${{ env.AWS_DEFAULT_REGION }} - name: run MQTT3 PubSub sample run: | + source .venv/bin/activate python3 ${{ env.CI_UTILS_FOLDER }}/run_sample_ci.py --file ${{ env.CI_SAMPLES_CFG_FOLDER }}/ci_run_pubsub_cfg.json # - name: run PKCS12 sample # run: |