diff --git a/.github/workflows/Testing.yml b/.github/workflows/Testing.yml index 992c7462..e220a707 100755 --- a/.github/workflows/Testing.yml +++ b/.github/workflows/Testing.yml @@ -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]}