Skip to content

Commit

Permalink
Update ios.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sajib-ghosh-iOS committed Feb 17, 2024
1 parent 7498bbd commit cc8ab9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Run tests
run: swift test
run: |
xcodebuild clean test -xcodeproj "PlistDesign.xcodeproj" -scheme "PlistDesignTests" -destination "platform=iOS Simulator,name=iPhone 12 Pro,OS=latest" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO
swiftlint:
name: Lint code with SwiftLint
runs-on: macos-latest
Expand Down

0 comments on commit cc8ab9a

Please sign in to comment.