Skip to content

Commit

Permalink
ci: uitests not test
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgangso committed Apr 11, 2024
1 parent bb1375a commit 5f5e34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
xcrun simctl boot "Apple TV"
xcrun xcodebuild test \
-workspace "BCC Media.xcworkspace" \
-scheme uitest \
-scheme uitests \
-destination 'platform=tvOS Simulator,name=Apple TV,OS=16.1' \
LOGIN_API_KEY=${{ secrets.LOGIN_API_KEY }} \
AUTOLOGIN_HOST=${{ vars.AUTOLOGIN_HOST }}
Expand Down

0 comments on commit 5f5e34c

Please sign in to comment.