We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a9199 commit 35e4388Copy full SHA for 35e4388
entrypoint.sh
@@ -7,5 +7,5 @@ idf.py build
7
cd build
8
esptool.py --chip esp32 merge_bin --fill-flash-size 4MB -o flash_image.bin @flash_args
9
/opt/qemu/bin/qemu-system-xtensa -nographic -no-reboot -machine esp32 -drive file=flash_image.bin,if=mtd,format=raw -serial file:output.log
10
-ruby /opt/Unity-2.5.2/auto/parse_output.rb -xml output.log
11
-mv report.xml /github/workspace
+grep -q -E '[[:digit:]]+ Tests [[:digit:]]+ Failures [[:digit:]]+ Ignored' output.log && ruby /opt/Unity-2.5.2/auto/parse_output.rb -xml output.log || exit 1
+mv report.xml /github/workspace
0 commit comments