File tree Expand file tree Collapse file tree
.github/actions/test-ios-rntester Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ runs:
150150 uses : actions/upload-artifact@v4.3.4
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/upload-artifact@v4.3.4
164164 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