# HG changeset patch # User Dennis C. M. # Date 1628152819 -3600 # Node ID 42e9c7812f5e1063cd5043d01ca339b3c7dc8f73 # Parent 587924519d3b29fda90dce591780de6f9148cadc Changed scheme committer: GitHub diff -r 587924519d3b -r 42e9c7812f5e .github/workflows/ios.yml --- a/.github/workflows/ios.yml Thu Aug 05 09:39:19 2021 +0100 +++ b/.github/workflows/ios.yml Thu Aug 05 09:40:19 2021 +0100 @@ -27,7 +27,7 @@ xcodebuild build-for-testing -scheme "$scheme" -"$filetype_parameter" "$file_to_build" -destination "platform=$platform,name=$device" - name: Test env: - scheme: ${{ 'Tests' }} + scheme: ${{ 'Simoleon' }} platform: ${{ 'iOS Simulator' }} run: | # xcrun xctrace returns via stderr, not the expected stdout (see https://developer.apple.com/forums/thread/663959)