Skip to content

Commit

Permalink
Update Testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dogo authored Nov 14, 2023
1 parent d857dd3 commit c2e11f3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/Testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,7 @@ jobs:

- name: Test ${{ matrix.scheme }} on ${{ matrix.destination }}
run: |
xcodebuild -workspace ${{ matrix.workspace }}
-scheme ${{ matrix.scheme }}
-destination '${{ matrix.destination }}'
-enableCodeCoverage YES
test | xcpretty && exit ${PIPESTATUS[0]}
xcodebuild -workspace ${{ matrix.workspace }} -scheme ${{ matrix.scheme }} -destination '${{ matrix.destination }}' -enableCodeCoverage YES test | xcpretty && exit ${PIPESTATUS[0]}
- name: Upload coverage to Codecov
uses: codecov/[email protected]

0 comments on commit c2e11f3

Please sign in to comment.