Skip to content

Commit

Permalink
[Infra] Unit Test Device Edited
Browse files Browse the repository at this point in the history
  • Loading branch information
jisu15-kim committed Nov 15, 2024
1 parent c79071b commit 59e6b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unitTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
set -o pipefail && xcodebuild test \
-scheme three-days-UnitTest \
-destination 'platform=iOS Simulator,name=iPhone 15,OS=latest' \
-destination 'platform=iOS Simulator,name=iPhone 16,OS=latest' \
| tee result.log
if grep -q "** TEST FAILED **" result.log; then
exit 1
Expand Down

0 comments on commit 59e6b7f

Please sign in to comment.