Skip to content

Commit bf04df5

Browse files
committed
fix(ci): conflicts between test artifacts' names
1 parent d180f10 commit bf04df5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/test-ios-rntester/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ runs:
150150
uses: actions/[email protected]
151151
if: ${{ inputs.run-unit-integration-tests == 'true' }}
152152
with:
153-
name: xcresults
153+
name: xcresults-${{ inputs.flavor }}-${{ inputs.use-frameworks }}-Ruby${{ inputs.ruby-version }}
154154
path: /Users/runner/Library/Developer/Xcode/xcresults.tar.gz
155155
- name: Upload RNTester App
156156
if: ${{ inputs.use-frameworks == 'StaticLibraries' && inputs.ruby-version == '2.6.10' }} # This is needed to avoid conflicts with the artifacts
@@ -162,5 +162,5 @@ runs:
162162
if: ${{ inputs.run-unit-integration-tests == 'true' }}
163163
uses: actions/[email protected]
164164
with:
165-
name: test-results
165+
name: test-results-${{ inputs.flavor }}-${{ inputs.use-frameworks }}-Ruby${{ inputs.ruby-version }}
166166
path: ./reports/junit

0 commit comments

Comments
 (0)