Skip to content

Commit e04d6a6

Browse files
authored
upload ios projects artifacts
1 parent c6d8c70 commit e04d6a6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/integration_tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,12 @@ jobs:
610610
if [ ! -f build-results-ios-macos-latest.log.json ]; then
611611
echo "__SUMMARY_MISSING__" > build-results-ios-macos-latest.log.json
612612
fi
613+
- name: Upload iOS xcode projects artifacts (test only)
614+
uses: actions/upload-artifact@v3
615+
if: ${{ !cancelled() }}
616+
with:
617+
name: ta
618+
path: ta
613619
- name: Upload iOS integration tests artifact
614620
uses: actions/upload-artifact@v3
615621
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)