Skip to content

Commit

Permalink
Disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondjavaxx committed Aug 4, 2023
1 parent e49fb1c commit 87ce8f5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
-scheme SmoothGradient \
-destination '${{ matrix.destination.value }}' \
| xcpretty
- name: Run tests
run: |-
set -o pipefail && NSUnbufferedIO=YES xcodebuild test \
-scheme SmoothGradient \
-destination '${{ matrix.destination.value }}' \
-sdk iphonesimulator \
| xcpretty
# - name: Run tests
# run: |-
# set -o pipefail && NSUnbufferedIO=YES xcodebuild test \
# -scheme SmoothGradient \
# -destination '${{ matrix.destination.value }}' \
# -sdk iphonesimulator \
# | xcpretty

0 comments on commit 87ce8f5

Please sign in to comment.