From 9d27dd442e450a1ef022aa0225954b2ddf78e711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20Tamb=C3=A8?= Date: Fri, 27 Oct 2023 19:53:48 +0200 Subject: [PATCH] ci: 7ts CI workflow test --- .github/workflows/ci.yml | 36 +++++++++++++----------------------- 1 file changed, 13 insertions(+), 23 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6ffc26f..641e0265 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,11 +100,6 @@ jobs: env: ASYNC_STD_THREAD_COUNT: 4 - - name: Install Python package - uses: actions/setup-python@v4 - with: - python-version: "3.x" - - name: dump run: | echo 'github.workspace === ${{ github.workspace }}' @@ -112,6 +107,9 @@ jobs: echo 'runner.workspace === ${{ runner.workspace }}' echo "RUNNER_WORKSPACE === $RUNNER_WORKSPACE" + - name: Pwd + run: pwd + # - name: Find files matching "zfctl.json" # uses: jeertmans/filesfinder@latest # id: ff # Any id, to be used later to reference to files output @@ -141,12 +139,6 @@ jobs: # cd .. # cd .. - - name: dump - run: | - echo 'github.workspace === ${{ github.workspace }}' - echo "GITHUB_WORKSPACE === $GITHUB_WORKSPACE" - echo 'runner.workspace === ${{ runner.workspace }}' - echo "RUNNER_WORKSPACE === $RUNNER_WORKSPACE" # #it works # - name: Check out my other private repo @@ -170,12 +162,6 @@ jobs: # - name: Change directory --> from Home directory to zenoh # run: cd zenoh - - name: dump - run: | - echo 'github.workspace === ${{ github.workspace }}' - echo "GITHUB_WORKSPACE === $GITHUB_WORKSPACE" - echo 'runner.workspace === ${{ runner.workspace }}' - echo "RUNNER_WORKSPACE === $RUNNER_WORKSPACE" # - name: git # run: git checkout 0.7.2-rc @@ -184,10 +170,16 @@ jobs: run: | cd .. cd .. + + - name: Pwd + run: pwd - name: Change directory --> from Zenoh-Flow to Home directory run: cd zenoh + - name: Pwd + run: pwd + # - name: Build Zenoh # uses: actions-rs/cargo@v1 # with: @@ -207,12 +199,10 @@ jobs: - name: Change directory --> from Home directory to Zenoh run: cd zenoh-flow - - name: dump - run: | - echo 'github.workspace === ${{ github.workspace }}' - echo "GITHUB_WORKSPACE === $GITHUB_WORKSPACE" - echo 'runner.workspace === ${{ runner.workspace }}' - echo "RUNNER_WORKSPACE === $RUNNER_WORKSPACE" + - name: Install Python package + uses: actions/setup-python@v4 + with: + python-version: "3.x" - name: Install dependencies run: |