Skip to content

Commit

Permalink
Update build-and-test.yml with -skipPackagePluginValidation flag for …
Browse files Browse the repository at this point in the history
…iOS build
  • Loading branch information
NikolaiMadlener authored Mar 24, 2024
1 parent 6973e64 commit b020117
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ jobs:
path: 'Tests/UITests'
scheme: TestApp
artifactname: TestApp.xcresult
xcargs: '-skipPackagePluginValidation'

uploadcoveragereport:
name: Upload Coverage Report
needs: [packageios, ios]
uses: StanfordBDHG/.github/.github/workflows/create-and-upload-coverage-report.yml@v2
with:
coveragereports: TemplatePackage.xcresult TestApp.xcresult
coveragereports: SpeziLicense.xcresult TestApp.xcresult

0 comments on commit b020117

Please sign in to comment.