From 6c2b0d2d95257fa2d9cbbe89901b5dc3df93bfb1 Mon Sep 17 00:00:00 2001 From: Marat Al Date: Wed, 11 Sep 2024 15:15:04 +0200 Subject: [PATCH] Added `matrix.lane` suffix to conflicting reports names. --- .github/workflows/integration-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index c66be9fc3..f49235800 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -100,14 +100,14 @@ jobs: if: always() uses: actions/upload-artifact@v4 with: - name: xcodebuild-logs + name: xcodebuild-logs-${{ matrix.lane }} path: ~/Library/Developer/Xcode/DerivedData/*/Logs - name: Upload Test Output if: always() uses: actions/upload-artifact@v4 with: - name: test-output + name: test-output-${{ matrix.lane }} path: fastlane/test_output - name: Upload Test Results