Skip to content

Commit e1a3d5e

Browse files
committed
fix(ci): save xcresults.tar.gz to a valid well-known location for artifact uplad
1 parent 3667e70 commit e1a3d5e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ runs:
104104
shell: bash
105105
run: |
106106
echo "zipping tests results"
107+
cd /Users/runner/Library/Developer/Xcode
107108
tar -zcvf xcresults.tar.gz "/tmp/RNTesterTestResults"
108109
- name: Upload artifact
109110
uses: actions/upload-artifact@v4.3.4

0 commit comments

Comments
 (0)