Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-vasilev committed Nov 26, 2023
1 parent 95b108b commit 31a90f5
Showing 1 changed file with 2 additions and 26 deletions.
28 changes: 2 additions & 26 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ on:
- "Source/**"
- "Tests/**"

concurrency:
group: ci
cancel-in-progress: true

jobs:
SwiftLint:
runs-on: ubuntu-latest
Expand All @@ -27,11 +23,9 @@ jobs:
with:
args: --strict
env:

DIFF_BASE: ${{ github.base_ref }}

Latest:
name: Test Latest (iOS, macOS, tvOS, watchOS)
name: Building Latest (iOS)
runs-on: macOS-12
env:
DEVELOPER_DIR: "/Applications/Xcode_14.1.app/Contents/Developer"
Expand All @@ -40,24 +34,6 @@ jobs:
fail-fast: false
matrix:
include:

- destination: "OS=16.1,name=iPhone 14 Pro"
name: "iOS"
scheme: "haptic-feedback"
sdk: iphonesimulator




steps:

- uses: actions/checkout@v3
- name: ${{ matrix.name }}
run: xcodebuild test -scheme "${{ matrix.scheme }}" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "./${{ matrix.sdk }}.xcresult" | xcpretty -r junit
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
xcode: true
xcode_archive_path: "./${{ matrix.sdk }}.xcresult"

scheme: "HapticFeedback"

0 comments on commit 31a90f5

Please sign in to comment.