From 40b8fd00ef903d7a963b0345909fccdb8e58c0b5 Mon Sep 17 00:00:00 2001 From: Roma Sosnovsky Date: Fri, 14 Jun 2024 13:55:47 +0300 Subject: [PATCH] wip --- .semaphore/semaphore.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index dade896f9..1aa3eb47c 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -28,6 +28,7 @@ blocks: jobs: - name: Build Xcode Project + Swift Unit Test commands: + - xcrun simctl list devices --json | jq '.devices[] | .[] | .name' - bundle install - bundle exec fastlane build - bundle exec fastlane test