Update swift.yml

This commit is contained in:
Alexandr Goncharov 2020-10-19 20:00:42 +03:00 committed by GitHub
parent 85a98777e5
commit 4db7508f38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -32,4 +32,5 @@ jobs:
- uses: actions/checkout@v2
- run: swift -version
- run: swift package clean
- run: swift test -v --enable-code-coverage
# - run: swift test -v --enable-code-coverage
- run: xcodebuild -scheme UIPreview -destination 'platform=iOS Simulator,OS=latest,name=iPhone 11 Pro' test