Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
ci: fix scheme in test action
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobrg committed Apr 18, 2024
1 parent 9a3817f commit a5a3386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: Run tests
run: |
cd Example
xcodebuild test -workspace TikiClient.xcworkspace -scheme TikiClientExample -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14'
xcodebuild test -workspace TikiClient.xcworkspace -scheme TikiClient-Example -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14'

0 comments on commit a5a3386

Please sign in to comment.