# HG changeset patch # User Dennis C. M. # Date 1619860278 -7200 # Node ID 80ba8b8f0fcc40167ef5d13f49a1d83408b9c3f3 # Parent df4ddf405332535565228658b6e452ec974a916b Update swift.yml committer: GitHub diff -r df4ddf405332 -r 80ba8b8f0fcc .github/workflows/swift.yml --- a/.github/workflows/swift.yml Sat May 01 11:09:31 2021 +0200 +++ b/.github/workflows/swift.yml Sat May 01 11:11:18 2021 +0200 @@ -14,6 +14,6 @@ steps: - uses: actions/checkout@v2 - name: Build for iOS - run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild build-for-testing -scheme IndexedDataStore -destination "platform=iOS Simulator,OS=latest,name=iPhone 12" | xcpretty + run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild build-for-testing -scheme StockCharts -destination "platform=iOS Simulator,OS=latest,name=iPhone 12" | xcpretty - name: Run iOS tests - run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild test-without-building -scheme IndexedDataStore -destination "platform=iOS Simulator,OS=latest,name=iPhone 12" | xcpretty + run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild test-without-building -scheme StockCharts -destination "platform=iOS Simulator,OS=latest,name=iPhone 12" | xcpretty