You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current GitHub action only uses swift build and swift test. That's good enough to catch some errors, but it doesn't catch CocoaPods or Carthage build problems.
Adding an xcodebuild step and a test matrix for multiple platforms would be a good idea.
The current GitHub action only uses
swift build
andswift test
. That's good enough to catch some errors, but it doesn't catch CocoaPods or Carthage build problems.Adding an
xcodebuild
step and a test matrix for multiple platforms would be a good idea.We can grab a working test matrix from ReSwift:
https://github.com/ReSwift/ReSwift/blob/master/.github/workflows/test.yml
The text was updated successfully, but these errors were encountered: