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