Skip to content

Commit

Permalink
ci: 34 CI workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipTamb committed Nov 3, 2023
1 parent 19bab28 commit 4c98504
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ jobs:
echo ${{env.ZF_PLUGIN_PATH}}
- name: Print into Zenoh-Flow-Plugin
working-directory: ${{ runner.workspace }}/zenoh-flow-plugin
run: |
cd ${{ runner.workspace }}/zenoh-flow-plugin
ls -la $PWD
- name: Install Python package
Expand All @@ -219,8 +219,10 @@ jobs:
pip install -r manual-tests/requirements.txt
- name: Run Python automated-test.py script
working-directory: ${{ runner.workspace }}
run: |
cd ${{ runner.workspace }}/manual-tests
pwd
ls -la $PWD
output=$(python3 automated-test.py --build release --zenohd ${{env.ZENOHD_PATH}} --zfctl ${{env.ZFCTL_PATH}} --plugin ${{env.ZF_PLUGIN_PATH}} )
#cd ${{ runner.workspace }}/manual-tests

0 comments on commit 4c98504

Please sign in to comment.