Skip to content

Commit

Permalink
Update build action
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnuravi committed Oct 14, 2023
1 parent 852bab4 commit 1256a20
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 51 deletions.
29 changes: 7 additions & 22 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,30 +16,15 @@ on:
workflow_dispatch:

jobs:
build_and_test-spm:
packageios:
name: Build and Test Swift Package iOS
uses: StanfordBDHG/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2
with:
scheme: HealthKitOnOMH
artifactname: HealthKitOnOMH.xcresult
create-and-upload-coverage-report:
name: Create and Upload Coverage Report
needs: build_and_test-spm
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Check Environment
run: |
xcodebuild -version
swift --version
- uses: actions/download-artifact@v3
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
xcode: true
xcode_archive_path: HealthKitOnOMH-Package.xcresult
uploadcoveragereport:
name: Upload Coverage Report
needs: packageios
uses: StanfordBDHG/.github/.github/workflows/create-and-upload-coverage-report.yml@v2
with:
coveragereports: HealthKitOnOMH.xcresult
29 changes: 0 additions & 29 deletions Info.plist

This file was deleted.

0 comments on commit 1256a20

Please sign in to comment.