diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index e3850db..279d46c 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -15,7 +15,5 @@ jobs: - uses: actions/checkout@v2 - name: Use latest Xcode run: sudo xcode-select -s '/Applications/Xcode_13.0.app/Contents/Developer' - - name: Build - run: swift build -v - name: Run tests run: xcodebuild -scheme QuoteKit -destination 'platform=iOS Simulator,OS=15.0,name=iPhone 12' test | xcpretty