diff .github/workflows/make.yaml @ 30817:35b6f68c8e46

maint: Merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 05 Mar 2022 11:28:54 +0100
parents 7a0dae91a4fc f5587d651bc7
children 1bc5ea8aab94
line wrap: on
line diff
--- a/.github/workflows/make.yaml	Fri Mar 04 14:24:01 2022 -0500
+++ b/.github/workflows/make.yaml	Sat Mar 05 11:28:54 2022 +0100
@@ -294,7 +294,7 @@
 
       - name: analyze test suite results
         # Make sure the test summary lists 0 "FAIL"s and no "REGRESSION"
-        run:  |
+        run: |
           [ -n "$(grep -e "FAIL\s*0" ./test-suite.log)" ] || echo "::warning::At least one test failed"
           [ -z "$(grep -e "REGRESSION" ./test-suite.log)" ] || echo "::warning::At least one regression in test suite"
           echo Finished analyzing test suite results.
@@ -523,7 +523,7 @@
 
       - name: analyze test suite results
         # Make sure the test summary lists 0 "FAIL"s and no "REGRESSION"
-        run:  |
+        run: |
           [ -n "$(grep -e "FAIL\s*0" ./test-suite.log)" ] || echo "::warning::At least one test failed"
           [ -z "$(grep -e "REGRESSION" ./test-suite.log)" ] || echo "::warning::At least one regression in test suite"
           echo Finished analyzing test suite results.