From c357e3863ca9c32d059ada694d9bfe5ce9db528b Mon Sep 17 00:00:00 2001 From: samzong Date: Tue, 22 Oct 2024 09:31:46 +0800 Subject: [PATCH] feat: support pr test,and support x86_64 Signed-off-by: samzong --- .github/workflows/pr-test.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index f9824df..d0f028d 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -63,21 +63,3 @@ jobs: echo "Error: arm64 architecture is not supported!" exit 1 fi - - - name: Run Unit Tests - run: | - xcodebuild test \ - -project MacMusicPlayer.xcodeproj \ - -scheme MacMusicPlayer \ - -configuration Release \ - -destination 'platform=macOS' \ - CODE_SIGN_IDENTITY="" \ - CODE_SIGNING_REQUIRED=NO - - - name: (Optional) Code Quality Checks - # 如果您有代码质量检查工具,可以在这里运行 - run: | - # 示例:运行 SwiftLint - # brew install swiftlint - # swiftlint - echo "No code quality checks are configured." \ No newline at end of file