Skip to content

Commit

Permalink
fix: testops without stm_monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
ssecsd committed Dec 19, 2024
1 parent 3518b5d commit 417bbab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: 'Unit tests'
on:
pull_request:
push:
branches:
- dev

env:
TARGETS: f7
Expand Down Expand Up @@ -45,7 +47,7 @@ jobs:
timeout-minutes: 7
run: |
source scripts/toolchain/fbtenv.sh
python3 scripts/testops.py -s /dev/tty_stlink run_units
python3 scripts/testops.py run_units
- name: 'Upload test results'
if: failure() && steps.flashing.outcome == 'success' && steps.run_units.outcome != 'skipped'
Expand Down

0 comments on commit 417bbab

Please sign in to comment.