Skip to content

Commit

Permalink
Merge branch 'main' into disable-cell-selection
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdeep committed Aug 8, 2024
2 parents 1fd1610 + b8d59a2 commit dc58252
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
- name: Build and Test Proton as dependency in another package
run: xcodebuild build -destination "name=iPhone 15 Pro" -scheme "TestBuildPackage"
- name: Capture Proton Code Coverage
uses: codecov/[email protected]
uses: codecov/[email protected]
with:
fail_ci_if_error: false
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
- name: Build Example App
run: xcodebuild build -destination "name=iPhone 15 Pro" -scheme "ExampleApp"

0 comments on commit dc58252

Please sign in to comment.