From c8d951da7374f6755810d936470ced11d525b84c Mon Sep 17 00:00:00 2001 From: Boris lysikov Date: Sun, 20 Oct 2024 17:57:20 +0700 Subject: [PATCH] fix --- .github/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9ceea3a..30feae4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -31,4 +31,5 @@ jobs: run: | xcodebuild test \ -scheme SwiftRadioUITests \ - -destination 'platform=iOS Simulator,name=iPhone 16,OS=latest' \ No newline at end of file + -destination 'platform=iOS Simulator,name=iPhone 16,OS=latest' \ + -allowProvisioningUpdates \ No newline at end of file