diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8733be0..a47dc04 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -23,16 +23,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Set up Xcode - run: | - sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer - - name: Run Ui Tests run: | xcodebuild test \ -scheme SwiftRadioUITests \ - -destination 'platform=iOS Simulator,name=iPhone 16,OS=latest' \ - -allowProvisioningUpdates + -destination 'platform=iOS Simulator,name=iPhone 16,OS=latest' #jobs: # build: diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 759b52b..27b2cb6 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -6,6 +6,7 @@ + diff --git a/SwiftRadio.xcodeproj/project.xcworkspace/xcuserdata/lysikovboris.xcuserdatad/UserInterfaceState.xcuserstate b/SwiftRadio.xcodeproj/project.xcworkspace/xcuserdata/lysikovboris.xcuserdatad/UserInterfaceState.xcuserstate index 32597de..90e4ef0 100644 Binary files a/SwiftRadio.xcodeproj/project.xcworkspace/xcuserdata/lysikovboris.xcuserdatad/UserInterfaceState.xcuserstate and b/SwiftRadio.xcodeproj/project.xcworkspace/xcuserdata/lysikovboris.xcuserdatad/UserInterfaceState.xcuserstate differ