From 65bb23bda30ba4ff1ab4d248338857891a490463 Mon Sep 17 00:00:00 2001 From: Stephen Williams <107999+onato@users.noreply.github.com> Date: Tue, 23 Apr 2024 15:31:11 +1200 Subject: [PATCH] ci: Run xcode-build through xcbeautify --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 898a6d9..c6083fc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: -scheme TypeReader \ -sdk iphonesimulator \ -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.4' \ - clean test + clean test | xcbeautify # This will fail the job if any test fails continue-on-error: false