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 48d2ca1 commit fe5c085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ jobs:

- name: Test ${{ matrix.scheme }} on ${{ matrix.destination }}
run: |
xcodebuild -workspace ${{ matrix.workspace }}
xcodebuild -workspace ${{ matrix.workspace }}
-scheme ${{ matrix.scheme }}
-destination '${{ matrix.destination }}'
-scheme ${{ matrix.scheme }}
-enableCodeCoverage YES
test | xcpretty && exit ${PIPESTATUS[0]}
Expand Down

0 comments on commit fe5c085

Please sign in to comment.