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 0fc2f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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 0fc2f41

Please sign in to comment.