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