diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a21fcd9..4749eb2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -70,7 +70,7 @@ jobs: - name: Run Ui Tests run: | xcodebuild test-without-building \ - -xctestrun DerivedData/Build/Products/SwiftRadioUITests_iphonesimulator18.0-arm64.xctestrun \ + -xctestrun DerivedData/Build/Products/SwiftRadioUITests_Regression_iphonesimulator18.0-arm64 \ -destination 'platform=iOS Simulator,name=iPhone 16,OS=18.0' \ -test-timeouts-enabled YES \ -maximum-test-execution-time-allowance 60 \