We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d8c70 commit e04d6a6Copy full SHA for e04d6a6
.github/workflows/integration_tests.yml
@@ -610,6 +610,12 @@ jobs:
610
if [ ! -f build-results-ios-macos-latest.log.json ]; then
611
echo "__SUMMARY_MISSING__" > build-results-ios-macos-latest.log.json
612
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
619
- name: Upload iOS integration tests artifact
620
uses: actions/upload-artifact@v3
621
if: ${{ !cancelled() }}
0 commit comments