Skip to content

Commit

Permalink
fix: delete scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
HiHoi authored Mar 25, 2024
1 parent 48cc70c commit c1bb5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Test_Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
ls -lra
pod install --repo-update --clean-install --project-directory=24hane-iOS/
xcodebuild clean test -workspace 24hane-iOS.xcworkspace -scheme 24hane-iOS -destination 'platform=iOS simulator,name=iPhone 15 pro,OS=latest'
xcodebuild clean test -workspace 24hane-iOS.xcworkspace -destination 'platform=iOS simulator,name=iPhone 15 pro,OS=latest'
- name: Run Swiftlint
run: swiftlint --config 24hane-iOS/.swiftlint.yml
- name: Run tests
Expand Down

0 comments on commit c1bb5c4

Please sign in to comment.