changeset 110:42e9c7812f5e

Changed scheme committer: GitHub <noreply@github.com>
author Dennis C. M. <dennis@denniscm.com>
date Thu, 05 Aug 2021 09:40:19 +0100
parents 587924519d3b
children 887ea63452b5
files .github/workflows/ios.yml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)