Skip to content

Commit

Permalink
ci: 35 CI workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipTamb committed Nov 3, 2023
1 parent 4c98504 commit c22d71a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,11 @@ jobs:
echo ${{env.ZF_PLUGIN_PATH}}
- name: Print into Zenoh-Flow-Plugin
working-directory: ${{ runner.workspace }}/zenoh-flow-plugin
run: |
ls -la $PWD
pwd
cd ${{ runner.workspace }}
pwd
cd ${{ runner.workspace }}/zenoh-flow-plugin
- name: Install Python package
uses: actions/setup-python@v4
Expand All @@ -219,10 +221,10 @@ jobs:
pip install -r manual-tests/requirements.txt
- name: Run Python automated-test.py script
working-directory: ${{ runner.workspace }}
run: |
pwd
ls -la $PWD
cd ${{ runner.workspace }}/manual-tests
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 c22d71a

Please sign in to comment.