Skip to content

Commit

Permalink
ci: 7ts CI workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipTamb committed Oct 27, 2023
1 parent dfd04fd commit 9d27dd4
Showing 1 changed file with 13 additions and 23 deletions.
36 changes: 13 additions & 23 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,18 +100,16 @@ 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 }}'
echo "GITHUB_WORKSPACE === $GITHUB_WORKSPACE"
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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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:
Expand All @@ -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: |
Expand Down

0 comments on commit 9d27dd4

Please sign in to comment.