From 4c98504e61a166315f406f5ae53796c1089f33e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20Tamb=C3=A8?= Date: Fri, 3 Nov 2023 12:35:08 +0100 Subject: [PATCH] ci: 34 CI workflow test --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 337b91db..29c2655d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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