Skip to content

Commit

Permalink
Show details for test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
esev committed Jan 11, 2025
1 parent 3168676 commit 54381f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
run: sed -i 's/-DBUILD_EPOCH=$UNIX_TIME/#-DBUILD_EPOCH=$UNIX_TIME/' platformio.ini

- name: PlatformIO Tests
run: platformio test -e coverage --junit-output-path testreport.xml
run: platformio test -e coverage -v --junit-output-path testreport.xml

- name: Save test results
if: always() # run this step even if previous step failed
Expand Down

0 comments on commit 54381f0

Please sign in to comment.