From f5dace7bed5bea00e31434d6d3b12417354ec56a Mon Sep 17 00:00:00 2001 From: Arthur Tazhitdinov Date: Sun, 1 Feb 2026 22:42:32 +0300 Subject: [PATCH] return pio.log --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edba9651..262a19f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,9 @@ jobs: run: pip install --upgrade platformio - name: Build CrossPoint - run: pio run + run: | + set -euo pipefail + pio run | tee pio.log - name: Extract firmware stats