diff --git a/.github/workflows/Testing.yml b/.github/workflows/Testing.yml index 05b96f89..a0ff5f4a 100755 --- a/.github/workflows/Testing.yml +++ b/.github/workflows/Testing.yml @@ -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/codecov-action@v3.1.4