changeset 40:80ba8b8f0fcc

Update swift.yml committer: GitHub <noreply@github.com>
author Dennis C. M. <dennis@denniscm.com>
date Sat, 01 May 2021 11:11:18 +0200
parents df4ddf405332
children 6337272f1dee
files .github/workflows/swift.yml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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