From 4c1bbcc88c05742000eda47c43a1666c4a18f375 Mon Sep 17 00:00:00 2001 From: Peter Kriens Date: Wed, 2 Oct 2024 12:02:38 +0200 Subject: [PATCH] Update subflow-native.yaml --- .github/workflows/subflow-native.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/subflow-native.yaml b/.github/workflows/subflow-native.yaml index 0085fcd88..08cafeeb5 100644 --- a/.github/workflows/subflow-native.yaml +++ b/.github/workflows/subflow-native.yaml @@ -32,6 +32,7 @@ jobs: - name: Stop Colima if: always() # Ensures this step runs even if the previous steps fail run: | + cat /Users/runner/.colima/_lima/colima/serial*.log\ colima stop -f - uses: actions/upload-artifact@v4