Skip to content

Commit

Permalink
Add test job
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Mar 5, 2024
1 parent 22973ee commit ab05a68
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,17 @@ jobs:
cxxInterop: ${{ matrix.cxxInterop }}
sdk: '["iphoneos", "iphonesimulator", "xros", "xrsimulator"]'
runsonlabels: '["macOS", "self-hosted"]'
ios:
name: Build and Test iOS
uses: StanfordBDHG/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2
with:
path: 'Tests/UITests'
scheme: TestApp
resultBundle: TestApp-iOS.xcresult
artifactname: TestApp-iOS.xcresult
uploadcoveragereport:
name: Upload Coverage Report
needs: [ios]
uses: StanfordBDHG/.github/.github/workflows/create-and-upload-coverage-report.yml@v2
with:
coveragereports: TestApp-iOS.xcresult

0 comments on commit ab05a68

Please sign in to comment.