diff --git a/.github/workflows/ui_tests.yml b/.github/workflows/ui_tests.yml index 3e983ad9ed..e1addd88ab 100644 --- a/.github/workflows/ui_tests.yml +++ b/.github/workflows/ui_tests.yml @@ -68,8 +68,10 @@ jobs: xcodebuild test \ -scheme "UI Tests" \ -configuration Review \ + -skipPackagePluginValidation \ + -skipMacroValidation \ -derivedDataPath DerivedData - + - name: Publish tests report uses: mikepenz/action-junit-report@v4 if: always()