Skip to content

Add xcodebuild step to GH Action to test all platform builds for non-SwiftPM workflows #113

Open
@DivineDominion

Description

@DivineDominion

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.

We can grab a working test matrix from ReSwift:
https://github.com/ReSwift/ReSwift/blob/master/.github/workflows/test.yml

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions