File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/actions/test-ios-rntester Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ runs:
150150151151 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' }}
163163164164 with :
165- name : test-results
165+ name : test-results-${{ inputs.flavor }}-${{ inputs.use-frameworks }}-Ruby${{ inputs.ruby-version }}
166166 path : ./reports/junit
You can’t perform that action at this time.
0 commit comments