From 16d42c9b88cef7098313e66a62bd8d864319ccf5 Mon Sep 17 00:00:00 2001 From: Philip Niedertscheider Date: Thu, 22 Feb 2024 13:57:49 +0100 Subject: [PATCH] WIP --- .github/workflows/swift.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index e66c7eb..c5a3fa0 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -32,7 +32,7 @@ jobs: -derivedDataPath /tmp/DerivedData \ -resultBundlePath test_output \ CODE_SIGNING_ALLOWED="NO" \ - test 2>&1 | tee test.log | xcbeautify + test 2>&1 | tee test-macOS.log | xcbeautify - name: Upload test log file on error uses: actions/upload-artifact@v4 @@ -89,7 +89,7 @@ jobs: -derivedDataPath /tmp/DerivedData \ -resultBundlePath test_output \ CODE_SIGNING_ALLOWED="NO" \ - test 2>&1 | tee test.log | xcbeautify + test 2>&1 | tee test-iOS.log | xcbeautify - name: Upload test log file on error uses: actions/upload-artifact@v4