Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmikius authored Sep 2, 2024
1 parent 40d982e commit 483ef73
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 @@ -21,7 +21,7 @@ jobs:
- name: Swift Lint
run: swiftlint --strict
- name: Test iOS
run: xcodebuild test -scheme fs-local-authentication-provider -destination "platform=iOS Simulator,name=iPhone 15" -enableCodeCoverage YES
run: xcodebuild test -scheme fs-local-authentication-provider -destination "platform=iOS Simulator,name=iPhone 15" -enableCodeCoverage YES -skipPackagePluginValidation
- name: Fetch Coverage
uses: sersoft-gmbh/swift-coverage-action@v4
id: coverage-files
Expand Down

0 comments on commit 483ef73

Please sign in to comment.