Skip to content

Commit

Permalink
Echo dirname
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred2g committed Nov 29, 2023
1 parent 7c842a8 commit 1d8289e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ jobs:
- name: run mqtt3 Jobs serviceTests
working-directory: ./servicetests
run: |
echo "github workspace: ${{ github.workspace }} current dir ${{ PWD }}"
export PYTHONPATH=${{ github.workspace }}/aws-iot-device-sdk-cpp-v2/utils
python3 ./test_cases/test_jobs_execution.py --config-file ${{ env.CI_SERVICE_TESTS_CFG_FOLDER}}/mqtt3_jobs_cfg.json
- name: run mqtt5 Jobs serviceTests
Expand Down

0 comments on commit 1d8289e

Please sign in to comment.