Skip to content

Commit

Permalink
Split steps
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Dec 12, 2024
1 parent 0e33d37 commit f24ac41
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/build-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -271,21 +271,14 @@ jobs:
- name: Install valgrind
run: sudo apt install -y valgrind

- name: Monitor memory and CPU
run: top -b -n1

- name: Check disk usage
run: df -h

- name: Build project and run test
- name: Build project
run: |
sudo apt install -y ninja-build
Z_FEATURE_UNSTABLE_API=1 Z_FEATURE_LIVELINESS=1 CMAKE_GENERATOR=Ninja make
python3 ./build/tests/memory_leak.py
- name: Run test
run: python3 ./build/tests/memory_leak.py
timeout-minutes: 15
env:
ACTIONS_STEP_DEBUG: true
ACTIONS_RUNNER_DEBUG: true

- name: Kill Zenoh router
if: always()
Expand Down

0 comments on commit f24ac41

Please sign in to comment.