Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Dec 13, 2024
1 parent 0b766e2 commit 0aabc65
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ jobs:
- name: Unzip Zenoh artifacts
run: unzip ${{ needs.zenoh_build.outputs.artifact-name }} -d zenoh-standalone

- id: run-zenoh
name: Run Zenoh router
run: |
RUST_LOG=debug ./zenoh-standalone/zenohd &
echo "zenohd-pid=$!" >> $GITHUB_OUTPUT
#- id: run-zenoh
#name: Run Zenoh router
#run: |
#RUST_LOG=debug ./zenoh-standalone/zenohd &
#echo "zenohd-pid=$!" >> $GITHUB_OUTPUT

- name: Build project and run test
run: |
Expand All @@ -173,9 +173,9 @@ jobs:
env:
Z_FEATURE_MULTI_THREAD: 0

- name: Kill Zenoh router
if: always()
run: kill ${{ steps.run-zenoh.outputs.zenohd-pid }}
#- name: Kill Zenoh router
#if: always()
#run: kill ${{ steps.run-zenoh.outputs.zenohd-pid }}

fragment_test:
needs: zenoh_build
Expand Down

0 comments on commit 0aabc65

Please sign in to comment.