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