Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
heerucan authored Jan 4, 2022
1 parent 003ca96 commit ed2a15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
- name: Run tests
run: |
pod install --repo-update --clean-install --project-directory=After-iOS/
xcodebuild test -workspace After-iOS/After-iOS.xcodeproj -scheme After-iOS -destination 'platform=iOS Simulator,name=iPhone 11 Pro Max,OS=13.0'
xcodebuild test -workspace './After-iOS/After-iOS.xcworkspace' -scheme 'After-iOSTests' -destination 'platform=iOS Simulator,name=iPhone 11 Pro Max,OS=13.0'

0 comments on commit ed2a15d

Please sign in to comment.