From 7c2fab82b2a400398609bffeae88204346b0ceb0 Mon Sep 17 00:00:00 2001 From: rusefi Date: Tue, 8 Sep 2020 12:45:33 -0400 Subject: [PATCH] #1773 GHA unit_tests does not fail while it should --- .github/workflows/build-unit-tests.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-unit-tests.yaml b/.github/workflows/build-unit-tests.yaml index 9c53e9caa4..ad972162a8 100644 --- a/.github/workflows/build-unit-tests.yaml +++ b/.github/workflows/build-unit-tests.yaml @@ -19,6 +19,10 @@ jobs: working-directory: ./firmware/ run: bash gen_live_documentation.sh + - name: Print version + working-directory: . + run: gcc -v + - name: Build Tests working-directory: ./unit_tests/ run: make -j4