Skip to content

Commit

Permalink
feat: support pr test,and support x86_64
Browse files Browse the repository at this point in the history
Signed-off-by: samzong <[email protected]>
  • Loading branch information
samzong committed Oct 22, 2024
1 parent 26c9d1c commit c357e38
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."

0 comments on commit c357e38

Please sign in to comment.