diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml deleted file mode 100644 index facc96450..000000000 --- a/.github/workflows/run_tests.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: iOS Unit Tests - -on: - pull_request: - -jobs: - test: - runs-on: macos-latest - environment: sdds - strategy: - matrix: - scheme: ["SDDSUIKit", "SDDSSwiftUI", "SDDSCore", "SDDSIcons"] - - steps: - - name: Checkout code - uses: actions/checkout@v4 - - - name: Set up Xcode - uses: maxim-lobanov/setup-xcode@v1 - with: - xcode-version: 'latest' - - - name: Run Unit Tests - run: | - set -o pipefail - xcodebuild test -workspace SDDS.xcworkspace -scheme ${{ matrix.scheme }} -destination 'platform=iOS Simulator,name=iPhone 15,OS=latest' | xcpretty