Revert "Add --what-to-test to iOS submissions (#9856)" (#9873)

This commit is contained in:
Spence Pope
2026-02-13 16:24:06 -05:00
committed by GitHub
parent 2e34f965fc
commit b4cb4c4d13
2 changed files with 2 additions and 7 deletions
+1 -6
View File
@@ -118,12 +118,7 @@ jobs:
fi
- name: 🚀 Deploy
env:
PROFILE: ${{ inputs.profile || 'testflight' }}
run: >
eas submit -p ios --non-interactive
--path ios-build/ios/build/Bluesky.ipa
--what-to-test "$([[ "$PROFILE" == "production" ]] && echo "Production build" || echo "TestFlight build")"
run: eas submit -p ios --non-interactive --path ios-build/ios/build/Bluesky.ipa
- name: 🪲 Upload dSYM to Sentry
run: >
@@ -242,7 +242,7 @@ jobs:
--local --output build.ipa --non-interactive
- name: 🚀 Deploy
run: eas submit -p ios --non-interactive --path build.ipa --what-to-test "TestFlight build"
run: eas submit -p ios --non-interactive --path build.ipa
- name: ⬇️ Restore Cache
id: get-base-commit